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