From d17cc02118414150bf5493666a5391da4fccfb2b Mon Sep 17 00:00:00 2001 From: Sam Verschueren Date: Tue, 5 Jul 2016 19:44:35 +0200 Subject: [PATCH] add listr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49becb5..abdb791 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,7 @@ Some fine resources to write your own CLI App. - [Chalk](https://github.com/chalk/chalk) - Beautiful API to have beautiful terminal string styling. - [log-symbols](https://github.com/sindresorhus/log-symbols) - Colored symbols to differentiate output messages with a blink of an eye. - [log-update](https://github.com/sindresorhus/log-update) – Useful for ASCII animation. For example loading indicators. +- [listr](https://github.com/samverschueren/listr) - Terminal task list. ### String Manipulation