mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
readme: shift box-cli-maker from standard cli to adv. console ui (#3530)
This commit is contained in:
parent
f20cf11ed3
commit
2fd4b53eef
@ -215,7 +215,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
|
|
||||||
* [argparse](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module.
|
* [argparse](https://github.com/akamensky/argparse) - Command line argument parser inspired by Python's argparse module.
|
||||||
* [argv](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax.
|
* [argv](https://github.com/cosiner/argv) - Go library to split command line string as arguments array using the bash syntax.
|
||||||
* [box-cli-maker](https://github.com/Delta456/box-cli-maker) - Make Highly Customized Boxes for your CLI.
|
|
||||||
* [cli](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags.
|
* [cli](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags.
|
||||||
* [cli](https://github.com/teris-io/cli) - Simple and complete API for building command line interfaces in Go.
|
* [cli](https://github.com/teris-io/cli) - Simple and complete API for building command line interfaces in Go.
|
||||||
* [climax](http://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command.
|
* [climax](http://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command.
|
||||||
@ -258,6 +257,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
|
|
||||||
* [asciigraph](https://github.com/guptarohit/asciigraph) - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
|
* [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.
|
||||||
|
* [box-cli-maker](https://github.com/Delta456/box-cli-maker) - Make Highly Customized Boxes for your CLI.
|
||||||
* [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.
|
||||||
* [cfmt](https://github.com/i582/cfmt) - Simple and convenient formatted stylized output fully compatible with fmt library.
|
* [cfmt](https://github.com/i582/cfmt) - Simple and convenient formatted stylized output fully compatible with fmt library.
|
||||||
* [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.
|
||||||
|
Loading…
Reference in New Issue
Block a user