terminal screencast

Table of Contents

1. terminal screencast

1.1. https://asciinema.org

  • Install with sudo pip3 install asciinema or sudo apt-get install asciinema or whatever
  • Make a new recording and save it to a local file:
    asciinema rec {{path/to/file}}.cast
  • Replay a terminal recording from a local file:
    asciinema play {{path/to/file}}.cast
  • Only replay, no going backwards

1.4.

Author: Julian Lopez Carballal

Created: 2021-09-07 Tue 20:34