From 6d550723899c06802f2ed6b310ff7b80d946a8fa Mon Sep 17 00:00:00 2001 From: Keith Rosenberg Date: Fri, 27 Feb 2015 23:33:14 -0500 Subject: [PATCH] divide CUI into std and advanced Command Line https://github.com/avelino/awesome-go/issues/282 --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e080ee5..8d3d5b9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno - [Authentication & OAuth](#authentication--oauth) - [CSS Preprocessors](#css-preprocessors) - [Configuration](#configuration) - - [CUI](#cui) + - [Command Line](#command-line) - [Database](#database) - [Database Drivers](#database-drivers) - [Date & Time](#date--time) @@ -111,9 +111,18 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [viper](https://github.com/spf13/viper) - Go configuration with fangs -## CUI +## Command Line -*Libraries for building CUI Applications* +### Standard CLI + +*Libraries for building standard or basic Command Line applications* + +* [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. +* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command line application. + +### Advanced Console UIs + +*Libraries for building Console Applications and Console User Interfaces* * [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. @@ -548,8 +557,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *General utilities and tools to make your life easier.* -* [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. -* [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command-line application. * [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go. * [delve](https://github.com/derekparker/delve) - Go debugger. * [fastlz](https://github.com/fromYukki/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang.