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:
- Run
ttyrecwhich records your terminal session as series ofpngfiles. - Run
ttygifto convert thepngfiles to smallgifs. - Concat the
giffiles using the concat script. - Edit the final
gifusing whatever tool or online site you like.
#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
