mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 19:43:36 +00:00
14 lines
298 B
Plaintext
14 lines
298 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}}`
|