From b25cb3fe6b1c37c0f9d4644d95ecb9567ec0f6d5 Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Wed, 18 Jul 2018 02:35:46 +0800 Subject: [PATCH] Add ctc (#2008) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17c97699..23d0e4e0 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [chalk](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console output. * [color](https://github.com/fatih/color) - Versatile package for colored terminal output. * [colourize](https://github.com/TreyBastian/colourize) - Go library for ANSI colour text in terminals. +* [ctc](https://github.com/wzshiming/ctc) - The non-invasive cross-platform terminal color library does not need to modify the Print method * [go-ataman](https://github.com/workanator/go-ataman) - Go library for rendering ANSI colored text templates in terminals. * [go-colorable](https://github.com/mattn/go-colorable) - Colorable writer for windows. * [go-colortext](https://github.com/daviddengcn/go-colortext) - Go library for color output in terminals.