Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/importre/alfred-figlet

:capital_abcd: Alfred 3 workflow to asciify plain text using figlet.js
https://github.com/importre/alfred-figlet

alfred alfred-workflow ascii ascii-art figlet

Last synced: about 1 month ago
JSON representation

:capital_abcd: Alfred 3 workflow to asciify plain text using figlet.js

Awesome Lists containing this project

README

        

#



alfred-figlet

> :capital_abcd: [Alfred 3](https://www.alfredapp.com) workflow to asciify plain text using [figlet.js](https://github.com/patorjk/figlet.js)

```
█████╗ ██╗ ███████╗██████╗ ███████╗██████╗ ███████╗██╗ ██████╗ ██╗ ███████╗████████╗
██╔══██╗██║ ██╔════╝██╔══██╗██╔════╝██╔══██╗ ██╔════╝██║██╔════╝ ██║ ██╔════╝╚══██╔══╝
███████║██║ █████╗ ██████╔╝█████╗ ██║ ██║█████╗█████╗ ██║██║ ███╗██║ █████╗ ██║
██╔══██║██║ ██╔══╝ ██╔══██╗██╔══╝ ██║ ██║╚════╝██╔══╝ ██║██║ ██║██║ ██╔══╝ ██║
██║ ██║███████╗██║ ██║ ██║███████╗██████╔╝ ██║ ██║╚██████╔╝███████╗███████╗ ██║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝╚══════╝╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝
```

## Prerequisites

You need [Node.js 4+](https://nodejs.org) and [Alfred 3](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/powerpack/) upgrade.

## Install

```
$ npm i -g alfred-figlet
```

## Usage

![](https://cloud.githubusercontent.com/assets/1744446/21360240/69047f00-c722-11e6-8199-0965dcdd868e.png)

### Asciify

- Type `figlet`, Space, type any text
- Wait a second...
- Enter
- Cmd + V to your editor

### Asciify with all fonts

- Type `figlet`, Space, type any text
- Wait a second...
- Cmd + Enter
- The gist page is opened in your browser

#### `Hello, World!` examples

- Type `figlet-all` and Enter
- or see [`Hello, World!`](helloworld.md) examples

## License

MIT © Jaewe Heo