0.2.0 • Published 7 years ago

figletify v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

figletify

Atom package to convert the selected text to ASCII art using FIGlet

Select some text to convert something like this:

Hello World!

to something like this:

 _  _     _ _      __      __       _    _ _
| || |___| | |___  \ \    / /__ _ _| |__| | |
| __ / -_) | / _ \  \ \/\/ / _ \ '_| / _` |_|
|_||_\___|_|_\___/   \_/\_/\___/_| |_\__,_(_)

Usage

To figletify text, select the text you wish to convert, and do any of the following:

  • Press ctrl-alt-f or
  • Select Figletify: Convert in the command pallet or
  • Select Packages -> Figletify Selection from the main menu or
  • Right click on the selected text, and select Figletify Selection from the context menu

Configuration

You can configure the FIGfont produced by editing the following configuration entry in you Atom config file:

figletify:
  font: "Small"

To see a demo of available fonts, go here: http://patorjk.com/software/taag

Credits

Based on the Hacking Atom: Package: Modifying Text tutorial.