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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
.TH ASCIINEMA "1" "March 2014" "asciinema 0.9.8" "User Commands"
.SH NAME
asciinema \- Record and share your terminal sessions
.SH DESCRIPTION
usage: asciinema [\-h] [\-y] [\-c <command>] [\-t <title>] [action]
.PP
Asciicast recorder+uploader.
.SS "Actions:"
.TP
rec
record asciicast (this is the default when no action given)
.TP
auth
authenticate and/or claim recorded asciicasts
.SS "Optional arguments:"
.TP
\fB\-c\fR command
run specified command instead of shell ($SHELL)
.TP
\fB\-t\fR title
specify title of recorded asciicast
.TP
\fB\-y\fR
don't prompt for confirmation
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
show version information
|