nyancat-server/nyancat.1

68 lines
1.5 KiB
Groff
Raw Normal View History

2014-02-14 08:43:43 +00:00
.TH NYANCAT 1 "February, 2014"
2012-05-23 22:26:40 +00:00
.SH NAME
nyancat \- terminal-based Pop Tart Cat animation
.SH SYNOPSIS
.B nyancat [ \-hitn ] [\-f frames]
2012-05-23 22:26:40 +00:00
.SH DESCRIPTION
.B nyancat
is an animated, color, ANSI-text program that renders a loop of the
classic Nyan Cat animation.
.PP
nyancat makes use of various ANSI escape sequences to render color, or in the case
of a VT220, simply dumps text to the screen.
.SH OPTIONS
.TP
.B \-i, \-\-intro
2012-05-23 22:26:40 +00:00
Show introduction / about information on startup.
.TP
.B \-I, \-\-skip\-intro
Skip the introduction in telnet mode.
.TP
.B \-t, \-\-telnet
2012-05-23 22:26:40 +00:00
Enable telnet mode.
.TP
.B \-n, \-\-no\-counter
2012-05-23 22:26:40 +00:00
Do not display the timer.
.TP
.B \-s, \-\-no\-title
2012-05-23 22:26:40 +00:00
Do not set the titlebar text.
.TP
.B \-e, \-\-no\-clear
2012-05-23 22:26:40 +00:00
Do not clear the display between frames.
.TP
.B \-f, \-\-frames
2012-05-23 22:26:40 +00:00
Display the requested number of frames, then quit.
.TP
.B \-r, \-\-min\-rows
2012-05-23 22:26:40 +00:00
Crop the animation from the top.
.TP
.B \-R, \-\-max\-rows
2012-05-23 22:26:40 +00:00
Crop the animation from the bottom.
.TP
.B \-c, \-\-min\-cols
2012-05-23 22:26:40 +00:00
Crop the animation from the left.
.TP
.B \-C, \-\-max\-cols
2012-05-23 22:26:40 +00:00
Crop the animation from the right.
.TP
.B \-W, \-\-width
2012-05-23 22:26:40 +00:00
Crop the animation to the given width.
.TP
.B \-H, \-\-height
2012-05-23 22:26:40 +00:00
Crop the animation to the given height.
.TP
.B \-h, \-\-help
2012-05-23 22:26:40 +00:00
Show help message and exit.
.SH HOMEPAGE
.PP
.B Homepage:
2013-10-29 01:27:52 +00:00
http://nyancat.dakko.us/
2012-05-23 22:26:40 +00:00
.PP
.B Repository:
https://github.com/klange/nyancat
.SH AUTHOR
nyancat was written by Kevin Lange.
.PP
This manual page was written by Jonathan McCrohan <jmccrohan@gmail.com>,
for the Debian project (and may be used by others).