Linux/lolcat: Difference between revisions

From Omnia
Jump to navigation Jump to search
Line 37: Line 37:
I couldn't get this one to display color??
I couldn't get this one to display color??


https://www.powershellgallery.com/packages/lolcat/
https://www.powershellgallery.com/packages/lolcat/1.0.7
  https://www.powershellgallery.com/packages/lolcat/1.0.5
  https://www.powershellgallery.com/packages/lolcat/1.0.5


  Install-Module -Name lolcat -RequiredVersion 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 ==

Revision as of 20:49, 3 August 2024

lolcat

Rainbow Color Output

I2cNqYS.png
m9LV5UA.gif
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/
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