How To - asciinema

image.png

asciinema

Record and share your terminal sessions.

Website: asciinema.org

asciinema Documentation: asciinema.org/docs/how-it-works

Install asciinema

brew install asciinema

Verify Installed asciinema Version

asciinema --version

asciinema Help

asciinema --help

Record Session (Save Recording Locally)

asciinema rec filename.cast

Record Session (Upload Recording to asciinema.org)

Note: Sign up for the account on asciinema.org to store your recordings & for sharing it.

asciinema rec -t "title of my recording"

Play Recorded Session (Locally Saved Recording)

asciinema play filename.cast

Upload Recorded Session to asciinema.org (Locally Saved Recording)

asciinema upload filename.cast

Play Recorded Session from asciinema.org

asciinema play [URL]