From d7ba616097128b17c6ec575e0fc7ee2e9b3b9c6f Mon Sep 17 00:00:00 2001 From: MinJae Kwon Date: Sat, 24 Mar 2018 21:09:03 +0900 Subject: [PATCH] Add cfmt library (#1850) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5710b50..2818d85d 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for building Console Applications and Console User Interfaces.* * [aurora](https://github.com/logrusorgru/aurora) - ANSI terminal colors that supports fmt.Printf/Sprintf. +* [cfmt](https://github.com/mingrammer/cfmt) - Contextual fmt inspired by bootstrap color classes. * [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.