Options (5)
-S, --seedbooleanUse a seed to generate consistent colors (default: `0` as in random)
Example:
lolcat {{[-S|--seed]}} {{number}} {{path/to/file}}-F, --frequencybooleanControl rainbow frequency (default: `0.1`)
Example:
lolcat {{[-F|--frequency]}} {{number}} {{path/to/file}}-p, --spreadbooleanControl rainbow smoothing (default: `3`)
Example:
lolcat {{[-p|--spread]}} {{number}} {{path/to/file}}-a, --animatebooleanPrint a file to the console with animated rainbow colors
Example:
lolcat {{[-a|--animate]}} {{path/to/file}}-t, --truecolorbooleanPrint a file to the console with 24-bit (truecolor) rainbow colors
Example:
lolcat {{[-t|--truecolor]}} {{path/to/file}}Examples (7)
Print a file to the console in rainbow colors
lolcat path/to/fileUse a seed to generate consistent colors (default: `0` as in random)
lolcat [-S|--seed] number path/to/fileControl rainbow frequency (default: `0.1`)
lolcat [-F|--frequency] number path/to/fileControl rainbow smoothing (default: `3`)
lolcat [-p|--spread] number path/to/filePrint a file to the console with animated rainbow colors
lolcat [-a|--animate] path/to/filePrint a file to the console with 24-bit (truecolor) rainbow colors
lolcat [-t|--truecolor] path/to/filemade by @shridhargupta | data from tldr-pages