Screencasts#

You can record a screencast of your terminal activity with asciinema or the windows port PowerSession.

Install#

Install the asciinema module using your preferred installer.

Listing 676 command line#
pip install asciinema

Usage#

Record#

To start recording run asciinema rec followed by a filename to record to. To finish hit Ctrl-D or type exit.

Listing 680 command line#
asciinema rec sess.cast

Play#

You can play back a previously recorded screencast with the command asciinema play followed by the filename to play.

Listing 682 command line#
asciinema play sess.cast