Adding termdash to Advanced Console UIs. (#2334)

This commit is contained in:
Jakub Sobon 2019-01-24 10:37:46 -05:00 committed by Cássio Botaro
parent efa7d47ec2
commit 04a9c2e792

View File

@ -233,6 +233,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [simpletable](https://github.com/alexeyco/simpletable) - Simple tables in terminal with Go.
* [tabular](https://github.com/InVisionApp/tabular) - Print ASCII tables from command line utilities without the need to pass large sets of data to the API.
* [termbox-go](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces.
* [termdash](https://github.com/mum4k/termdash) - Go terminal dashboard based on **termbox-go** and inspired by [termui](https://github.com/gizak/termui).
* [termtables](https://github.com/apcera/termtables) - Go port of the Ruby library [terminal-tables](https://github.com/tj/terminal-table) for simple ASCII table generation as well as providing markdown and HTML output.
* [termui](https://github.com/gizak/termui) - Go terminal dashboard based on **termbox-go** and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib).
* [uilive](https://github.com/gosuri/uilive) - Library for updating terminal output in realtime.