From 129d1d1d34e6a5a35f5049ecec6a240365a64c90 Mon Sep 17 00:00:00 2001 From: Alexey Popov <6425762@gmail.com> Date: Sun, 12 Aug 2018 13:23:28 +0300 Subject: [PATCH] Added alexeyco/simpletable (#2040) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3dfb2f9..94d2cc28 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gommon/color](https://github.com/labstack/gommon/tree/master/color) - Style terminal text. * [mpb](https://github.com/vbauerster/mpb) - Multi progress bar for terminal applications. * [progressbar](https://github.com/schollz/progressbar) - Basic thread-safe progress bar that works in every OS. +* [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. * [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.