-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathchad_stride.1
69 lines (69 loc) · 1.54 KB
/
chad_stride.1
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.\" Manpage for chad_stride
.\"
.TH chad_stride 1 "02 October 2020" "1.0"
.SH NAME
chad_stride \- configurable animated Chad walking on the terminal
.SH SYNOPSIS
.B ./chad_stride \fR[options]
.SH DESCRIPTION
.B chad_stride
Generates an animated ASCII depiction of
Chad. By default, Chad strides across
the screen once and exits. A variety of
flag options can alter the behavior of the
created Chad entity.
.SH OPTIONS
The following flags can be applied when
invoking chad_stride. As expected, flags
with conflicting effects will not be
executed.
.B "-c COLOR"
and
.B "-R"
cannot be used simultaneously, as well
as
.B "-l"
and
.B "-p."
.TP
.BR \-s
Chad will stay still indefinitely
.TP
.BR \-l
Chad walks indefinitely and wraps around screen
.TP
.BR \-r
Chad walks backwards
.TP
.BR -b " " \fISIZE
A bigger Chad is created according to the value of SIZE
.TP
.BR -f
Generated Chad ignores signals
.TP
.BR -a " " \fISLEEP_TIME
Adjust the sleep timer (sec) for Chad
.TP
.BR -c " " \fICOLOR
Adjust the color of the created chad, COLOR takes on values (r|g|b|m|c|y)
.TP
.BR -m " " \fIMESSAGE
Displays a banner message below Chad, MESSAGE is capped at 50 characters
.TP
.BR -R
Creates a Chad with constantly alternating colors
.TP
.BR -p
Instead of wrapping, Chad will flip when hitting the edge of the screen
.TP
.BR -h
Display the usage message
.SH AUTHOR
Sam Battalio (sambattalio), with contributions from
Gavin Inglis (ginglis13),
Ben Lyons (benjaminlyons),
Peter Bui (pbui),
Noah Yoshida (noyoshi),
Will Theisen (wtheisen),
Mike Eisemann (AndroidKitKat),
Nolan McShea (Nuolong)