Files
oam/knowledge base/agg.md
2023-07-09 18:00:36 +02:00

30 lines
490 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)
## 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
<!--
References
-->
<!-- Knowledge base -->
[asciinema]: asciinema.md