summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-08-25 12:36:37 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-08-25 12:36:37 +0200
commite5de70f2c1dcac767bd34a6b90ac1797a7acb433 (patch)
tree25a8c8f339fb5b496b460391ee06a9effeb64855 /man
parent6b909d95ec07848136a6f337db28318c1cd46c60 (diff)
parentd7bc21d19e168f3a99f54e5ba4866ed49f1187f1 (diff)
Merge branch 'rust'
Diffstat (limited to 'man')
-rw-r--r--man/tomato-sauce.136
1 files changed, 36 insertions, 0 deletions
diff --git a/man/tomato-sauce.1 b/man/tomato-sauce.1
new file mode 100644
index 0000000..ec11345
--- /dev/null
+++ b/man/tomato-sauce.1
@@ -0,0 +1,36 @@
+.TH TOMATO-SAUCE 1 "2025-08-24" "3.0.0" "Tomato Sauce Manual"
+.SH NAME
+tomato-sauce \- a server that draws pretty patterns via telnet
+.SH SYNOPSIS
+.B tomato-sauce
+[\fB\-l\fP|\fB\-\-listen\-address\fP=\fIADDRESS\fP]
+[\fB\-f\fP|\fB\-\-frequency\fP=\fINUMBER\fP]
+[\fB\-m\fP|\fB\-\-modulation\fP=\fINUMBER\fP]
+[\fB\-\-help\fP]
+.SH DESCRIPTION
+.PP
+tomato-sauce is a server that will render random patterns when you telnet to
+it.
+.SH OPTIONS
+.TP
+.BR \-l ", " \-\-listen\-address =\fIADDRESS\fP
+Set the listener address (default: 127.0.0.1:6666). The address should be in the
+format <address>:<port> where <address> can be an IPv4 or IPv6 address (eg.
+127.0.0.1:6666, or [::1]:6666).
+.TP
+.BR \-f ", " \-\-frequency =\fINUMBER\fP
+Set the animation frequency in milliseconds (default: 150). Lower values result
+in faster animation.
+.TP
+.BR \-m ", " \-\-modulation =\fINUMBER\fP
+Set the modulation step size (default: 5). This controls how much the animation
+changes between frames.
+.TP
+.BR \-\-help
+Display usage information and exit.
+.SH VERSION
+.BR 3.0.0
+.SH HOMEPAGE
+.I https://r.bdr.sh/tomato_sauce.html
+.SH AUTHORS
+\ Rubén Beltrán del Río <\fItomato.sauce@r.bdr.sh\fP>