mirror of
https://github.com/agarrharr/awesome-cli-apps
synced 2024-12-22 04:40:23 +01:00
Add DraftLog to the list of Command-line utilities (#92)
This might look the existing `log-update`, but it's more simple and accepts multiple updates concurrently. The Gif says what it does, and the docs even more: [https://github.com/ivanseidel/node-draftlog](https://github.com/ivanseidel/node-draftlog) ![DraftLog GIF](https://github.com/ivanseidel/node-draftlog/raw/master/midia/draftlog.gif)
This commit is contained in:
parent
43cef5949c
commit
9fe2323d4c
@ -270,6 +270,7 @@ Some fine resources to write your own CLI App.
|
||||
- [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.
|
||||
- [DraftLog](https://github.com/ivanseidel/node-draftlog) - Create multiple updatable log lines. Works just like `console.log`.
|
||||
|
||||
### String Manipulation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user