Record and share your terminal sessions, the right way.
positional arguments: {rec,play,upload,auth} rec Record terminal session play Replay terminal session upload Upload locally saved terminal session to asciinema.org auth Manage recordings on asciinema.org account
optional arguments: -h, --help show this help message and exit --version show program's version number and exit
example usage: Record terminal and upload it to asciinema.org: asciinema rec Record terminal to local file: asciinema rec demo.json Record terminal and upload it to asciinema.org, specifying title: asciinema rec -t "My git tutorial" Record terminal to local file, "trimming" longer pauses to max 2.5 sec: asciinema rec -w 2.5 demo.json Replay terminal recording from local file: asciinema play demo.json Replay terminal recording hosted on asciinema.org: asciinema play https://asciinema.org/a/difqlgx86ym6emrmd8u62yqu8
For help on a specific command run: asciinema <command> -h