Add asciigraph (#2381)

This commit is contained in:
Rohit Gupta 2019-02-20 19:44:19 +05:30 committed by Ceriath
parent d7e7cd3304
commit 3bcda72a88

View File

@ -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.* *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. * [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/mingrammer/cfmt) - Contextual fmt inspired by bootstrap color classes.
* [chalk](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console output. * [chalk](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console output.