asciinema
Record and replay terminal sessions, and optionally share them on <https://asciinema.org>. See also: `terminalizer`, `agg`.
More info →Options (7)
booleanAssociate the local install of `asciinema` with an asciinema.org account
asciinema {{[a|auth]}}booleanMake a new recording and save it to a local file (finish it with `<Ctrl d>` or type `exit`)
asciinema {{[r|record]}} {{path/to/recording.cast}}booleanReplay a terminal recording from a local file
asciinema {{[p|play]}} {{path/to/recording.cast}}-i, --idle-time-limitbooleanMake a new recording, limiting any idle time to at most 2.5 seconds
asciinema {{[r|record]}} {{[-i|--idle-time-limit]}} 2.5booleanPrint the full output of a locally saved recording
asciinema {{[ca|cat]}} {{path/to/recording.cast}}booleanUpload a locally saved terminal session to asciinema.org
asciinema {{[u|upload]}} {{path/to/recording.cast}}booleanStream the current terminal on a local webpage
asciinema {{[st|stream]}} --localExamples (8)
Associate the local install of `asciinema` with an asciinema.org account
asciinema [a|auth]Make a new recording and save it to a local file (finish it with `<Ctrl d>` or type `exit`)
asciinema [r|record] path/to/recording.castReplay a terminal recording from a local file
asciinema [p|play] path/to/recording.castReplay a terminal recording hosted on <https://asciinema.org>
asciinema [p|play] https://asciinema.org/a/cast_idMake a new recording, limiting any idle time to at most 2.5 seconds
asciinema [r|record] [-i|--idle-time-limit] 2.5Print the full output of a locally saved recording
asciinema [ca|cat] path/to/recording.castUpload a locally saved terminal session to asciinema.org
asciinema [u|upload] path/to/recording.castStream the current terminal on a local webpage
asciinema [st|stream] --local