I've seen people using the terminal command: banner
. This creates big ascii-art-style text.
When I try to run it, however, the terminal says it doesn't exist. Why?
How do I install it? Are there any alternatives?
I've seen people using the terminal command: banner
. This creates big ascii-art-style text.
When I try to run it, however, the terminal says it doesn't exist. Why?
How do I install it? Are there any alternatives?
I've always preferred
figlet
for big writing. Something about it preserves the character shape better. A bit subjective but there you go. Simple enough:(It looks better in a terminal than it does here)
There are a ton of formatting options too that make it suitable for lots of different situations. It does this through "fonts" (
standard
,slant
,shadow
,small
,smslant
,bubble
,digital
,mini
, etc).man figlet
has a full listing of available styles and formatting options but here are a few examples:You need to install it before you can use it. Type in the terminal:
sudo apt-get install sysvbanner
This Package is not available in the standard installation and for this is why you have to install it manually.
If you wish to use other "fonts" / ASCII art for a banner, you could also look at figlet:
cheers
sc.
Found one more named as toilet.
Then run
For Example:
Alternative (without installing anything)
figlet YOUR BANNER HERE
Example Bash code:
Open your terminal and paste as
Usage:
Example:
Another (longer) option that might be helpful if there's any nodejs involvement is
ascii-banner
. It's a node library but it can be scripted out.It also has font options: