Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-28 00:21:14 +00:00
parent b10686d1e9
commit 370df82bda
11 changed files with 150 additions and 8 deletions

View File

@@ -11,3 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
- 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]}}`