diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/tomato-sauce.1 | 36 |
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> |