mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 05:01:19 +00:00
Update cheatsheets
This commit is contained in:
20
tldr/gource
20
tldr/gource
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user