1
0
mirror of https://github.com/agarrharr/awesome-cli-apps synced 2024-06-17 10:29:51 +02:00

Merge pull request #62 from SamVerschueren/listr

add listr
This commit is contained in:
Adam Harris 2016-07-05 16:03:58 -06:00 committed by GitHub
commit e5d804660c

View File

@ -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