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:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null - Install asciinema2gif using brew
brew install asciinema2gif
asciinema2gif is ready to use now!