Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active April 5, 2023 23:16
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/96df621396f63e98509633e1134a7748 to your computer and use it in GitHub Desktop.
Save miguelmota/96df621396f63e98509633e1134a7748 to your computer and use it in GitHub Desktop.
figlet paths and usage

Linux figlet fonts path:

cd /usr/share/figlet

Mac OS X figlet fonts path (installed with homebrew):

cd usr/local/Cellar/figlet/2.2.5/share/figlet/fonts

Show all figlet fonts with preview:

showfigfonts "hello world"

Use a certain font:

echo "hello world" | figlet -f "ANSI Shadow"

List of more figlet fonts:

https://github.com/xero/figlet-fonts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment