Files
oam/knowledge base/agg.md

41 lines
699 B
Markdown

# `agg`
Command-line tool for generating animated GIF files from asciicast files produced by [Asciinema].
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
```sh
# Installation.
brew install agg
# Convert asciicast files from Asciinema.
agg 'path/to/file.cast' 'path/to/file.gif'
```
## Further readings
- [Asciinema] to record terminal sessions
## Sources
All the references in the [further readings] section, plus the following:
<!--
references
-->
<!-- project -->
<!-- article sections -->
[further readings]: #further-readings
<!-- knowledge base -->
[asciinema]: asciinema.md
<!-- others -->