Add Apcera termtables project to CLI section.

This commit is contained in:
Jonathon Klobucar 2015-05-06 07:30:59 -07:00
parent 93a7580e2d
commit 401b4a74bd

View File

@ -128,6 +128,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [gocui](https://github.com/jroimartin/gocui) - Minimalist Go library aimed at creating Console User Interfaces.
* [gommon/color](https://github.com/labstack/gommon/tree/master/color) - Style terminal text.
* [termbox-go](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces.
* [termtables](https://github.com/apcera/termtables) - A Go port of the Ruby library [terminal-tables](https://github.com/visionmedia/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).