NERDY ASCII headers for your bash scripts. WORKS with Figlet!

ASCII font headers give your bash scripts a special look. And it’s a bit nerdy as well. Learn how to create ASCII font headers and output with Figlet.

http://www.figlet.org/faq.html

figlet "This is Figlet"

You can find an example how to automate the complete header creation process with Figlet here:

https://gitlab.com/stephan-raabe/dotfiles/-/blob/main/scripts/figlet.sh

Similar Posts