-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View examples of all fonts #3
Comments
You can create a command line called #! /usr/bin/env zsh
figlet -l|xargs -I FONT sh -c 'echo "FONT:" && echo '' && figlet -f "FONT" "'$1'" && echo "-------------------------"' and use it like this |
I realized that this library hasn't been updated for a long time, so I forked a copy and released console-figlet, you are welcome to try it out. |
Thank you. Keep up the good work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a ton of fonts to choose from, and I love more choices than less. But I have no idea what they look like without manually testing out each one. Is there a site with the font examples somewhere we can look at?
The text was updated successfully, but these errors were encountered: