What is figlet
Figlet is a open source and free tool which is provide number of fonts for text. It is used for linux terminal like kali, Ubuntu ,parrot and you can used in termux
Figlet works with lolcat for rainbow colour text.
How to install figlet
The figlet installation is verry essay and you can install by the following commands
Or
sudo apt install figlet
Figlet install in Termux
Figlet fonts
Figlet provide number of fonts for text is given below:-
figlet -f banner chachaji.in |lolcat
In the above command -f is used for font file and lolcat is a utility for rainbow colour
figlet -f big chachaji.in |lolcat
figlet -f block chachaji
figlet -f digital chachaji.in |lolcat
figlet -f ivrit chachaji.in |lolcat
figlet -f lean chachaji.in |lolcat
figlet -f mini chachaji.in |lolcat
Term
figlet -f term chachaji.in |lolcat
figlet -f smscript chachaji.in |lolcat
figlet -f smslant chachaji.in
Smushmode
This mode is use for how to a single character smush with other characters. -m is used in figlet for smushmode
figlet -m 0 chachaji.in
figlet -m 1 chachaji.in
l r c
It is used for location where character print
-d is used for font directory
0 Comments