Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Created January 30, 2016 15:56
Show Gist options
  • Save tuki0918/4d4b1c35092277329328 to your computer and use it in GitHub Desktop.
Save tuki0918/4d4b1c35092277329328 to your computer and use it in GitHub Desktop.
npm install -g asciify
> $ asciify

Options:
  -l, --list      List the fonts
  -a, --all       SHOW ALL THE FONTS!
  -f, --font      Font to use for asciification   [default: "graffiti"]
  -t, --truncate  Trim the output to fit the tty
> $ asciify "tuki0918" -f nancyj

  dP            dP       oo  a8888a  .d888b. d88  .d888b.
  88            88          d8' ..8b Y8' `88  88  Y8' `8P
d8888P dP    dP 88  .dP  dP 88 .P 88 `8bad88  88  d8bad8b
  88   88    88 88888"   88 88 d' 88     `88  88  88` `88
  88   88.  .88 88  `8b. 88 Y8'' .8P d.  .88  88  8b. .88
  dP   `88888P' dP   `YP dP  Y8888P  `8888P  d88P Y88888P
@tuki0918
Copy link
Author

clipboard copy

> $ asciify "tuki0918" -f nancyj | pbcopy

@tuki0918
Copy link
Author

@tuki0918
Copy link
Author

console.log("\n" +
"  dP            dP       oo  a8888a  .d888b. d88  .d888b. \n" +
"  88            88          d8' ..8b Y8' `88  88  Y8' `8P \n" +
"d8888P dP    dP 88  .dP  dP 88 .P 88 `8bad88  88  d8bad8b \n" +
"  88   88    88 88888\"   88 88 d' 88     `88  88  88` `88 \n" +
"  88   88.  .88 88  `8b. 88 Y8'' .8P d.  .88  88  8b. .88 \n" +
"  dP   `88888P' dP   `YP dP  Y8888P  `8888P  d88P Y88888P \n" +
"\n");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment