From ea5e10ec4af2f884fd677f0112ecfae1cb11d6a1 Mon Sep 17 00:00:00 2001 From: Tom Lazar Date: Fri, 30 Oct 2020 12:53:56 -0500 Subject: [PATCH] add table library (#3331) Co-authored-by: Thomas Lazar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62e59c74..a82c6d3d 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. * [tabby](https://github.com/cheynewallace/tabby) - A tiny library for super simple Golang tables. +* [table](https://github.com/tomlazar/table) - Small library for terminal color based tables . * [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).