From 8ff1162897acc9a393f41edf9faf5593d6c66995 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 25 Aug 2025 12:33:03 +0200 Subject: Replace JS with rust --- man/tomato-sauce.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 man/tomato-sauce.1 (limited to 'man') 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
: where
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> -- cgit