Guide To Install asciinema On Mac

Package Information:

Name: asciinema
Use: Record and share terminal sessions. asciinema [as-kee-nuh-muh] is a free and open source solution for recording terminal sessions and sharing them on the web.
URL: https://asciinema.org

Installation Steps:

  1. Open Terminal
  2. Now, run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install asciinema using brew
    brew install asciinema

asciinema is ready to use now!