Linux/lolcat: Difference between revisions
< Linux
(One intermediate revision by the same user not shown) | |||
Line 35: | Line 35: | ||
== powershell port == | == powershell port == | ||
https://www.powershellgallery.com/packages/lolcat/ | |||
https://www.powershellgallery.com/packages/lolcat/1.0.7 | |||
https://www.powershellgallery.com/packages/lolcat/1.0.5 | |||
Install-Module -Name lolcat | |||
Install-Module -Name lolcat -Force | |||
Install-Module -Name lolcat -RequiredVersion 1.0.7 | |||
https://github.com/andot/lolcat | |||
== keywords == | == keywords == |
Latest revision as of 20:50, 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
https://www.powershellgallery.com/packages/lolcat/ https://www.powershellgallery.com/packages/lolcat/1.0.7 https://www.powershellgallery.com/packages/lolcat/1.0.5
Install-Module -Name lolcat
Install-Module -Name lolcat -Force
Install-Module -Name lolcat -RequiredVersion 1.0.7
https://github.com/andot/lolcat