asciinema - Man Page
Terminal session recorder, streamer, and player
Examples (TL;DR)
- Associate the local install of
asciinemawith an asciinema.org account:asciinema [a|auth] - Make a new recording and save it to a local file (finish it with
<Ctrl d>or typeexit):asciinema [r|record] path/to/recording.cast - Replay a terminal recording from a local file:
asciinema [p|play] path/to/recording.cast - Replay a terminal recording hosted on https://asciinema.org:
asciinema [p|play] https://asciinema.org/a/cast_id - Make a new recording, limiting any idle time to at most 2.5 seconds:
asciinema [r|record] [-i|--idle-time-limit] 2.5 - Print the full output of a locally saved recording:
asciinema [ca|cat] path/to/recording.cast - Upload a locally saved terminal session to asciinema.org:
asciinema [u|upload] path/to/recording.cast - Stream the current terminal on a local webpage:
asciinema [st|stream] --local
Synopsis
asciinema [-q|--quiet] [-h|--help] [-V|--version] <subcommands>
Description
Terminal session recorder, streamer, and player
Options
- -q, --quiet
Suppress diagnostic messages and progress indicators. Only error messages will be displayed.
- -h, --help
Print help (see a summary with '-h')
- -V, --version
Print version
Subcommands
- asciinema-record(1)
Record a terminal session
- asciinema-stream(1)
Stream a terminal session
- asciinema-session(1)
Record and stream a terminal session
- asciinema-play(1)
Play back a terminal session
- asciinema-upload(1)
Upload a recording to an asciinema server
- asciinema-auth(1)
Authenticate this CLI with an asciinema server account
- asciinema-cat(1)
Concatenate multiple recordings
- asciinema-convert(1)
Convert a recording to another format
Version
v3.0.0
Authors
Marcin Kulik <m@ku1ik.com>
Info
asciinema 3.0.0