To see the available FIGlet fonts on your system, you can use the following command:
showfigfonts
This will display a sample of each available font. If you only want to see the names of the fonts without examples, you can run:
find /usr/share/figlet -name "*.flf" | sort
Some common FIGlet fonts include:
- standard
- slant
- big
- small
- banner
- block
- digital
You can experiment with these fonts by using the -f option followed by the font name in your figlet command. For example:
figlet -f big "Hello"
Let me know if you need more information!
