Skip to content
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

Open
mdodge-ecgrow opened this issue May 13, 2020 · 4 comments
Open

View examples of all fonts #3

mdodge-ecgrow opened this issue May 13, 2020 · 4 comments

Comments

@mdodge-ecgrow
Copy link

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?

@patorjk
Copy link
Owner

patorjk commented May 13, 2020

Yes - http://patorjk.com/software/taag/

@kud
Copy link

kud commented May 16, 2020

You can create a command line called figlet-preview with:

#! /usr/bin/env zsh

figlet -l|xargs -I FONT sh -c 'echo "FONT:" && echo '' && figlet -f "FONT" "'$1'" && echo "-------------------------"'

and use it like this $ figlet-preview "hello".

@Wxh16144
Copy link

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.

@Terer404
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants