1NYANCAT(1) General Commands Manual NYANCAT(1)
2
3
4
6 nyancat - terminal-based Pop Tart Cat animation
7
9 nyancat [ -hitn ] [-f frames]
10
12 nyancat is an animated, color, ANSI-text program that renders a loop of
13 the classic Nyan Cat animation.
14
15 nyancat makes use of various ANSI escape sequences to render color, or
16 in the case of a VT220, simply dumps text to the screen.
17
19 -i, --intro
20 Show introduction / about information on startup.
21
22 -I, --skip-intro
23 Skip the introduction in telnet mode.
24
25 -t, --telnet
26 Enable telnet mode.
27
28 -n, --no-counter
29 Do not display the timer.
30
31 -s, --no-title
32 Do not set the titlebar text.
33
34 -e, --no-clear
35 Do not clear the display between frames.
36
37 -d, --delay
38 Delay image rendering by anywhere between 10ms and 1000ms.
39 Default (90ms) is used if amount is out of range.
40
41 -f, --frames
42 Display the requested number of frames, then quit.
43
44 -r, --min-rows
45 Crop the animation from the top.
46
47 -R, --max-rows
48 Crop the animation from the bottom.
49
50 -c, --min-cols
51 Crop the animation from the left.
52
53 -C, --max-cols
54 Crop the animation from the right.
55
56 -W, --width
57 Crop the animation to the given width.
58
59 -H, --height
60 Crop the animation to the given height.
61
62 -h, --help
63 Show help message and exit.
64
66 Homepage: http://nyancat.dakko.us/
67
68 Repository: https://github.com/klange/nyancat
69
71 nyancat was written by K. Lange <klange@toaruos.org>.
72
73 This manual page was written by Jonathan McCrohan <jmccro‐
74 han@gmail.com>, for the Debian project (and may be used by others).
75
76
77
78 February, 2014 NYANCAT(1)