Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-23 00:19:06 +00:00
parent 8ba6f7fc9e
commit 94c28849c9
382 changed files with 1183 additions and 1056 deletions

View File

@@ -17,18 +17,26 @@ source: https://github.com/tldr-pages/tldr.git
`gource -{{width}}x{{height}}`
- Specify the timescale for the animation:
`gource -c {{time_scale_multiplier}}`
- Specify how long each day should be in the animation (this combines with -c, if provided):
`gource -s {{seconds}}`
`gource {{[-s|--seconds-per-day]}} {{seconds}}`
- Use fullscreen mode and a custom background color:
`gource -f -b {{hex_color_code}}`
`gource {{[-f|--fullscreen ]}} {{[-b|--background-colour]}} {{hex_color_code}}`
- Specify the animation title:
`gource --title {{title}}`
- Pause the animation:
`<Space>`
- Adjust simulation speed:
`<{{+|-}}>`
- Display help:
`gource {{[-h|--help]}}`