Steps To Install asciinema2gif on Mac

Package Information:

Name: asciinema2gif
Use: The asciinema tool is a wonderful way to record and share terminal sessions.
URL: https://github.com/tav/asciinema2gif

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install asciinema2gif using brew
    brew install asciinema2gif

asciinema2gif is ready to use now!