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
apt install figlet
Or
sudo apt install figlet
Figlet install in Termux
pkg install figlet
Figlet fonts
Figlet provide number of fonts for text is given below:-
Banner
figlet -f banner chachaji.in |lolcat
In the above command -f is used for font file and lolcat is a utility for rainbow colour
Big
figlet -f big chachaji.in |lolcat
Block
figlet -f block chachaji
Bubble
Digital
figlet -f digital chachaji.in |lolcat
ivrit
figlet -f ivrit chachaji.in |lolcat
Lean
figlet -f lean chachaji.in |lolcat
Mini
figlet -f mini chachaji.in |lolcat
Term
figlet -f term chachaji.in |lolcat
figlet -f smscript chachaji.in |lolcat
Smslant
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