Linux/lolcat: Difference between revisions
< Linux
No edit summary |
|||
Line 32: | Line 32: | ||
https://github.com/jaseg/lolcat | https://github.com/jaseg/lolcat | ||
== powershell port == | |||
I couldn't get this one to display color?? | |||
https://www.powershellgallery.com/packages/lolcat/1.0.5 | |||
Install-Module -Name lolcat -RequiredVersion 1.0.5 | |||
== keywords == | == keywords == |
Revision as of 20:47, 3 August 2024
lolcat
Rainbow Color Output
apt install lolcat
tail -f /some/device_or_log | lolcat -s
lolcat in python
pip install lolpython
https://github.com/tehmaze/lolcat/
lolpython
Works on windows too.
pip install lolpython
dir | lolpython
https://github.com/Abhishek8394/lol-cat-py/blob/master/README.md
rebuilt lolcat
Haven't tested it, but...
https://github.com/jaseg/lolcat
powershell port
I couldn't get this one to display color??
https://www.powershellgallery.com/packages/lolcat/1.0.5
Install-Module -Name lolcat -RequiredVersion 1.0.5