.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>