From c13eaa372de21cfbcd746b4d7c02e041e26f04c9 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Mon, 4 Mar 2019 20:30:45 +0100 Subject: [PATCH] Add figlet (#265) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5937b34..e3b724d 100644 --- a/readme.md +++ b/readme.md @@ -394,6 +394,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ## Text Manipulation - [parse-columns-cli](https://github.com/sindresorhus/parse-columns-cli) - Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli. +- [figlet](http://www.figlet.org/) - Creates large text out of ASCII characters. ## Screensavers