xero / figlet-fonts

my collection of figlet / toilet ascii art fonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the font in README?

qu-way opened this issue · comments

i.e. this one:

┏━╸╻┏━╸╻  ┏━╸╺┳╸   ┏━╸┏━┓┏┓╻╺┳╸┏━┓
┣╸ ┃┃╺┓┃  ┣╸  ┃    ┣╸ ┃ ┃┃┗┫ ┃ ┗━┓
╹  ╹┗━┛┗━╸┗━╸ ╹    ╹  ┗━┛╹ ╹ ╹ ┗━┛

future. i used a toilet font to write figlet semi-ironically.

Thank you for your job!

I move the future.tlf to usr/share/figlet

Then

figlet -f future.tlf "FIGLET"
toilet -f future.tlf "FIGLET"

It raise

figlet: future: Unable to open font file
error: could not load font future.tlf

Could you please share your command?

@vba34520

I move the future.tlf to usr/share/figlet

figlet: future: Unable to open font file
error: could not load font future.tlf

you can use the info flag to show the correct directory for your installed version.

the version installed from brew on a mac for instance is an odd place

> toilet -I 2
/usr/local/Cellar/toilet/0.3/share/figlet

you can also use the -d flag and pass the directory you want to your command. checkout the man pages of both program for more details

Thanks!