Record terminal session using asciinema


My IDE is based on the Terminal

Install asciinema


sudo pip install --upgrade asciinema

Usage

Authenticate yourself

In order to be able to delete or edit your terminal screencast, it require to login first. Use the below command and follow the instructions.


asciinema auth

Start to record the session


asciinema

To embed a terminal screencast in a page

We can embed a screencast using javascript as below:

comments powered by Disqus