Terminal GIFs on OSX

April 2015 ยท 1 minute read

Using Gifs for terminal explanations and usages aren’t new and exciting anymore but they are still useful. This is how to create them quickly on OSX.

Install

The tool we will use to capture our gif ttygif.

brew install imagemagick ttyrec
brew install https\://raw.githubusercontent.com/icholy/ttygif/master/ttygif.rb

Gif

The process of creating the gif is:

#creates series pngs(type exit to finish recording)
ttyrec recording-name
#convert png -> gif(-f disables cropping)
ttygif recording-name -f
#concat gif parts into final product
concat_osx.sh recording-name.gif

Example