Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
:capital_abcd: Alfred 3 workflow to asciify plain text using figlet.js
- Host: GitHub
- URL: https://github.com/importre/alfred-figlet
- Owner: importre
- License: mit
- Created: 2016-12-20T16:18:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T16:08:30.000Z (over 2 years ago)
- Last Synced: 2024-10-07T05:18:10.908Z (3 months ago)
- Topics: alfred, alfred-workflow, ascii, ascii-art, figlet
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- alfred-workflows - Figlet - Asciify plain text using [figlet.js](https://github.com/patorjk/figlet.js) (Fun)
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