From fdfa2870add626d71226e6b1d040b2d714606960 Mon Sep 17 00:00:00 2001 From: Greg Osuri Date: Mon, 16 Nov 2015 11:33:20 -0800 Subject: [PATCH] Added uitable to Advanced Console UIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index deea2d1..e32ff33 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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/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). +* [uitable](https://github.com/gosuri/uitable) - A library to improve readability in terminal apps using tabular data. ## Configuration