From 43e8b3e549770613ca79742573c83a85e444bd3f Mon Sep 17 00:00:00 2001 From: Makhnev Petr <51853996+i582@users.noreply.github.com> Date: Tue, 24 Nov 2020 00:34:26 +0300 Subject: [PATCH] Add cfmt (#3363) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a980a713..5edeff6e 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [asciigraph](https://github.com/guptarohit/asciigraph) - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. * [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. +* [cfmt](https://github.com/i582/cfmt) - Simple and convenient formatted stylized output fully compatible with fmt library. * [chalk](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console 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.