We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ecee0 commit bc6ba7bCopy full SHA for bc6ba7b
pages/common/lolcat.md
@@ -11,6 +11,18 @@
11
12
`{{fortune}} | lolcat`
13
14
+- Use a seed to generate consistent colors (default: `0` as in random)
15
+
16
+`lolcat {{[-S|--seed]}} {{number}} {{path/to/file}}`
17
18
+- Control rainbow frequency (default: `0.1`):
19
20
+`lolcat {{[-F|--frequency]}} {{number}} {{path/to/file}}`
21
22
+- Control rainbow smoothing (default: `3`):
23
24
+`lolcat {{[-p|--spread]}} {{number}} {{path/to/file}}`
25
26
- Print a file to the console with animated rainbow colors:
27
28
`lolcat {{[-a|--animate]}} {{path/to/file}}`
0 commit comments