With the command lolcat you can color your terminal outputs in a fun way.
However, the original lolcat
command is very slow, but the good news is that there is an alternative: Lolcat CC!
In this video you can see the difference between lolcat
and lolcat-cc
:
To install it, just use git to clone and a compiler: gcc or clang to compile, in addition to GNU Make:
After compiling, install it on your system, for example:
And test using the output of any command for it, examples:
For more information use the help:
And also visit the Lolcat CC GitHub repository