Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-18 00:20:54 +00:00
parent 5e29c3e5bb
commit 83af6b3c72
22 changed files with 325 additions and 29 deletions

View File

@@ -16,6 +16,18 @@ source: https://github.com/tldr-pages/tldr.git
`{{fortune}} | lolcat`
- Use a seed to generate consistent colors (default: `0` as in random):
`lolcat {{[-S|--seed]}} {{number}} {{path/to/file}}`
- Control rainbow frequency (default: `0.1`):
`lolcat {{[-F|--frequency]}} {{number}} {{path/to/file}}`
- Control rainbow smoothing (default: `3`):
`lolcat {{[-p|--spread]}} {{number}} {{path/to/file}}`
- Print a file to the console with animated rainbow colors:
`lolcat {{[-a|--animate]}} {{path/to/file}}`