From ecbaaef90ecf4a91b69fe27ac45c5363e273863b Mon Sep 17 00:00:00 2001 From: Will Dixon Date: Thu, 21 Apr 2016 17:35:51 -0400 Subject: [PATCH 1/2] Added Wlog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bf64ad5..aa6185b1 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [mow.cli](https://github.com/jawher/mow.cli) - A Go library for building CLI applications with sophisticated flag and argument parsing and validation. * [readline](https://github.com/chzyer/readline) - A pure golang implementation that provide most of features in GNU-Readline under MIT license. * [ukautz/clif](https://github.com/ukautz/clif) - A small command line interface framework. +* [wlog](https://github.com/dixonwille/wlog) - A simple logging interface that supports cross-platform color and concurrency. ### Advanced Console UIs From 49133a92a6bd07c69a904716234508a0981ad459 Mon Sep 17 00:00:00 2001 From: Will Dixon Date: Thu, 21 Apr 2016 20:04:00 -0400 Subject: [PATCH 2/2] Added Wmenu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa6185b1..16258d25 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [readline](https://github.com/chzyer/readline) - A pure golang implementation that provide most of features in GNU-Readline under MIT license. * [ukautz/clif](https://github.com/ukautz/clif) - A small command line interface framework. * [wlog](https://github.com/dixonwille/wlog) - A simple logging interface that supports cross-platform color and concurrency. +* [wmenu](https://github.com/dixonwille/wmenu) - An easy to use menu structure for cli applications that prompts users to make choices. ### Advanced Console UIs