mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 13:02:16 +00:00
Update cheatsheets
This commit is contained in:
8
tldr/agg
8
tldr/agg
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user