Capture CLI Output as Animated GIF

animated gifcommand linegifscreen capture

Some questions and answers on codegolf have helpful animated GIFs which display the output of a command line program.

Some GIFs look great, like this one from the Make me a fake loader question:

great gif

Others look corrupt and choppy, like this one from this answer:

corrupt gif

What are some methods for making great GIFs of command line program output?

(Assume Windows 7 is the platform, although macOS/BSD/Linux answers would be appreciated.)

Best Answer

You can recording your terminal with asciinema and then pass it through a2gif.

Related Question