LOLcat: Terminals with rainbow colors

Below we will see why Linux can stand out by simply allowing any system customization. We will use the lolcat package to turn the commands displayed on the terminal screen into a rainbow. Yes commands will appear in rainbow colors, in movement.

Interesting; Let's see how it works:lolcat

As I mentioned earlier, we will use the LOLcat application. The cat commands come with enhanced color and Rainbow-like colors.

The LΟLcat application is available on almost all modern Linux distributions by default in their repositories. Alternatively, you can install the latter of LΟLcat from the git repository.

For Lolcat to work you will need the latest version of RUBY. Below are the commands to install on the distribution you are using:

(Proceed as follows if the application does not already exist in your distribution repositories)

 install ruby		[για συστήματα με APT]
yum install ruby		[για συστήματα με Yum]
dnf install ruby		[για συστήματα με DNF]

When installing the ruby, confirm the version:

2. Then download and install the latest version of lolcat from the git repository with the following commands:

wget https://github.com/busyloop/lolcat/archive/master.zip unzip master.zip cd lolcat-master / bin gem install lolcat

Check the version again

Let's run LOTcat. The basic syntax for LOLcat is:

LOLcat [options] [files]

The application comes with many options that control its behavior. Below are some of the most important commands:

-a passes each line through a motion effect.
-d determines the duration (number of steps before the next line appears) of the motion effect, the default value is 12.
-s determines the (frame rate- number of steps per second) of the motion effect, the default value is 20.
-f allows coloring

You can find more choices here.

But let's look at the result:

Let's try the help command:

lolcat -h

Impressive;

Let's run the commands:

echo I ❤  | lolcat figlet I Love SecNews | lolcat

Let's say that the character ❤ is unicode character and to install the figlet run the following command with yum, dnf or apt:

apt-get figlet yum install Figlet dnf install figlet

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).