Last active
August 11, 2019 19:18
-
-
Save knugie/6d5619b637feff754ec7fa3dbaae4ef4 to your computer and use it in GitHub Desktop.
ASCII art with figlet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# brew install figlet | |
# showfigfonts | |
# example: | |
figlet -D -n -f fender "The quick brown fox jumps over the lazy dog [ \ ] { | } ~" | |
# |''||''| '|| '|| | |
# || || '' || | |
# || ||''|, .|''|, .|''||` '|| ||` || .|'', || //` | |
# || || || ||..|| || || || || || || ||<< | |
# .||. .|| || `|... `|..|| `|..'|. .||. `|..' .|| \\. | |
# || , | |
# ||` | |
# '|| .|'; | |
# || || | |
# ||''|, '||''| .|''|, '\\ //` `||''|, '||' .|''|, \\ // | |
# || || || || || \\/\// || || || || || >< | |
# .||..|' .||. `|..|' \/\/ .|| ||. .||. `|..|' // \\ | |
# | |
# | |
# | |
# '' | |
# || '|| ||` '||),,(|, '||''|, ('''' .|''|, \\ // .|''|, '||''| | |
# || || || || || || || || `'') || || \\// ||..|| || | |
# || `|..'|. .|| ||. ||..|' `...' `|..|' \/ `|... .||. | |
# || || | |
# `..|' .|| | |
# || '|| '||` ||` | |
# || || || || | |
# ''||'' ||''|, .|''|, || '''|. '''/ '|| ||` .|''|| .|''|, .|''|, | |
# || || || ||..|| || .|''|| // `|..|| || || || || || || | |
# `|..' .|| || `|... .||. `|..||. /... || `|..||. `|..|' `|..|| | |
# , |' || | |
# '' `..|' | |
# ,, ,, '' '' '' '' ,, ,, ,, ,, ,, ,, .|'''|, | |
# /.\ .|'''|, || || || || | |
# // \\ || || || || '''|. .|''|, || || ||;;;; | |
# //...\\ || || || || .|''|| || || || || || || | |
# .// \\. `|...|' `|...|' `|..||. `|..|' `|..||. ||...|' | |
# || | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment