Skip to content

Commit bc6ba7b

Browse files
authored
Update lolcat.md
1 parent 24ecee0 commit bc6ba7b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pages/common/lolcat.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111

1212
`{{fortune}} | lolcat`
1313

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+
1426
- Print a file to the console with animated rainbow colors:
1527

1628
`lolcat {{[-a|--animate]}} {{path/to/file}}`

0 commit comments

Comments
 (0)