From 3bcda72a88bbf1b97270cdbba98176dbed0c01fe Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Wed, 20 Feb 2019 19:44:19 +0530 Subject: [PATCH] Add asciigraph (#2381) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ce86147..0edf9362 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for building Console Applications and Console User Interfaces.* +* [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. * [chalk](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console output.