Lolcat
Lolcat is a open source and free tools which is a command line utility. It is provided rainbow color in Linux terminal and provide colorful , attractive text. It is work with most popular utility tool figlet and cowsay.
How to install lolcat in termux
• The installation of lolcat is very easy and need to requirement ruby or pip. The following command will be used for installation
1- upgrade your termux pkgs by following commands.
pkg update && upgrade
2. Install pip in your termux with following command
pkg install pip -y
After the using of above command pip will be installed but if you have the old version of pip and need to be upgraded use the following command
pip install -- upgrade pip
After the installation of pip, use the following command for lolcat
pip install lolcat
How to use lolcat
Lolcat using is very easy , how to use lolcat use help command.
lolcat -h
• rainbow seed - rainbow seed is a best filter in lolcat. You can easily use this filter with fillet by the following command.
figlet chachaji.in |lolcat -S 1
• Rainbow frequency- lolcat provided rainbow frequency and you can use this facility with following
figlet chachaji.in |lolcat -F 1
• Animation facility - you can use animation facilities in your terminal by the following command.
echo www.chachaji.in |lolcat -a -d 500
Where a is animation and d is the duration of animation , you can use speed of animation by the symbol -s.
0 Comments