Files
cheatsheet-tldr/tldr/agg
2025-09-28 00:21:14 +00:00

22 lines
471 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# agg
> Create a GIF from an `asciinema` terminal session recording.
> More information: <https://docs.asciinema.org/manual/agg/usage/>.
- Create a GIF:
`agg {{path/to/demo.cast}} {{path/to/demo.gif}}`
- Create a GIF that is 80 columns wide and 25 rows in height:
`agg --cols 80 --rows 25 {{path/to/demo.cast}} {{path/to/demo.gif}}`
- Display help:
`agg {{[-h|--help]}}`