blob: ec11345a3d52c4ef2e6d186c0c8925fb32d6d43b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>
|