Files
oam/knowledge base/agg.md

621 B

agg

Command-line tool for generating animated GIF files from asciicast files produced by Asciinema.

Table of contents

  1. TL;DR
  2. Further readings

TL;DR

# Installation.
brew install agg

# Convert asciicast files from Asciinema.
agg 'path/to/file.cast' 'path/to/file.gif'
agg --rows '48' --speed '1.25' --renderer resvg --no-loop 'in.cast' 'out.gif'

Further readings

  • Asciinema to record terminal sessions
  • VHS as an alternative to Asciinema