Last active
June 20, 2017 21:40
-
-
Save nirbhayc/762a262186f8a80a18985edd6f7e93f4 to your computer and use it in GitHub Desktop.
(Blog) Figlet
This file contains hidden or 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
$ figlet -ct -f script figlet | |
_ _ | |
| | o | | | |
| | __, | | _ _|_ | |
|/ | / | |/ |/ | | |
|__/|_/\_/|/|__/|__/|_/ | |
|\ /| | |
|/ \| | |
$ figlet -ct -f digital figlet | |
+-+-+-+-+-+-+ | |
|f|i|g|l|e|t| | |
+-+-+-+-+-+-+ | |
$ figlet -ct -f mini figlet | |
_ | |
_|_o _ | __|_ | |
| |(_||(/_|_ | |
_| | |
$ figlet -ct -f smslant figlet | |
____ __ __ | |
/ _(_)__ _/ /__ / /_ | |
/ _/ / _ `/ / -_) __/ | |
/_//_/\_, /_/\__/\__/ | |
/___/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment