agg

Convert asciicasts to animated GIF files

brewmacoslinux
Try with needOr install directly
Source

About

Asciicast to GIF converter

Commands

agg

Examples

Convert an asciicast recording to GIF with default settings$ agg recording.cast output.gif
Convert asciicast to GIF with custom frame rate$ agg --fps 30 recording.cast output.gif
Convert asciicast to GIF with specific dimensions$ agg --cols 120 --rows 30 recording.cast output.gif