From 331fa2768af0dcac3a4ff2f3049045cbb69ff8d2 Mon Sep 17 00:00:00 2001 From: Inhere Date: Tue, 4 Sep 2018 03:07:04 +0800 Subject: [PATCH] add gookit/color (#2077) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23bf38a1..100244c0 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-prompt](https://github.com/c-bata/go-prompt) - Library for building a powerful interactive prompt, inspired by [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit). * [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. +* [gookit/color](https://github.com/gookit/color) - Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows. * [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.