From 87bee4bd04622c077760788c43a4945d04ee16af Mon Sep 17 00:00:00 2001 From: maxlandon Date: Sun, 8 Jan 2023 03:53:20 +0100 Subject: [PATCH] Add github.com/reeflective/console --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55e7c5a9..3071a75b 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ _Libraries for building standard or basic Command Line applications._ - [command-chain](https://github.com/rainu/go-command-chain) - A go library for configure and run command chains - such as pipelining in unix shells. - [commandeer](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags. - [complete](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion. +- [console](https://github.com/reeflective/console) Closed-loop application library for Cobra commands, with oh-my-posh prompts, and more. - [Dnote](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync. - [elvish](https://github.com/elves/elvish) - An expressive programming language and a versatile interactive shell. - [env](https://github.com/codingconcepts/env) - Tag-based environment configuration for structs.