
How it works
asciinema project is built of several complementary pieces:
- command-line based terminal session recorder, asciinema,
- website with an API at asciinema.org,
- javascript player
When you run asciinema rec in your terminal the recording starts, capturing all output that is being printed to your terminal while you’re issuing the shell commands. When the recording finishes (by hitting Ctrl-D
or typing exit) then the captured output is uploaded to the asciinema.org website and prepared for playback on the web.

Supported Platforms
Installation of asciinema
brew install asciinema[upl-image-preview url=//i.imgur.com/U8mJsLo.gif]
[Login to see the link]
Record

asciinema rec
This spawns a new shell instance and records all terminal output. When you’re ready to finish simply exit the shell either by typing exit or hitting Ctrl-D
Usage
asciinema rec [filename]
asciinema play [filename]
asciinema cat [filename]
asciinema upload [filename]
asciinema auth
Details of other custom usages can be found @[Login to see the link]
Project Repository
Github : [Login to see the link]
Official Website : [Login to see the link]