I’ve been trying out TTYGif, a tool for recording terminal sessions and turning them into GIFs. It’s a neat way to create quick visual references for terminal-based tutorials or demonstrations. The results are simple but effective for showing off command-line processes.
Install
sudo apt-get install imagemagick ttyrec gcc x11-apps git clone https://github.com/icholy/ttygif.git cd ttygif make sudo make install
Links
https://github.com/icholy/ttygif