lolcat: add page (#2542)

italian
David 2018-11-05 23:42:40 +01:00 committed by Starbeamrainbowlabs
parent 9be2ef7773
commit 7610d3d345
1 changed files with 19 additions and 0 deletions

19
pages/common/lolcat.md Normal file
View File

@ -0,0 +1,19 @@
# lolcat
> Put a rainbow in everything you `cat` to the console.
- Print a file to the console in rainbow colors:
`lolcat {{path/to/file}}`
- Print the result of a text-producing command in rainbow colors:
`{{fortune}} | lolcat`
- Print a file to the console with animated rainbow colors:
`lolcat -a {{path/to/file}}`
- Print a file to the console with 24-bit (truecolor) rainbow colors:
`lolcat -t {{path/to/file}}`