mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Sort cli homonymes (#5393)
This commit is contained in:
parent
138c67b67b
commit
3f2b36214c
@ -412,8 +412,6 @@ _Libraries for building standard or basic Command Line applications._
|
|||||||
- [carapace](https://github.com/rsteube/carapace) - Command argument completion generator for spf13/cobra.
|
- [carapace](https://github.com/rsteube/carapace) - Command argument completion generator for spf13/cobra.
|
||||||
- [carapace-bin](https://github.com/rsteube/carapace-bin) - Multi-shell multi-command argument completer.
|
- [carapace-bin](https://github.com/rsteube/carapace-bin) - Multi-shell multi-command argument completer.
|
||||||
- [carapace-spec](https://github.com/rsteube/carapace-spec) - Define simple completions using a spec file.
|
- [carapace-spec](https://github.com/rsteube/carapace-spec) - Define simple completions using a spec file.
|
||||||
- [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.
|
|
||||||
- [climax](https://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command.
|
- [climax](https://github.com/tucnak/climax) - Alternative CLI with "human face", in spirit of Go command.
|
||||||
- [clîr](https://github.com/leaanthony/clir) - A Simple and Clear CLI library. Dependency free.
|
- [clîr](https://github.com/leaanthony/clir) - A Simple and Clear CLI library. Dependency free.
|
||||||
- [cmd](https://github.com/posener/cmd) - Extends the standard `flag` package to support sub commands and more in idiomatic way.
|
- [cmd](https://github.com/posener/cmd) - Extends the standard `flag` package to support sub commands and more in idiomatic way.
|
||||||
@ -440,6 +438,7 @@ _Libraries for building standard or basic Command Line applications._
|
|||||||
- [liner](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces.
|
- [liner](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces.
|
||||||
- [mcli](https://github.com/jxskiss/mcli) - A minimal but very powerful cli library for Go.
|
- [mcli](https://github.com/jxskiss/mcli) - A minimal but very powerful cli library for Go.
|
||||||
- [mitchellh/cli](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces.
|
- [mitchellh/cli](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces.
|
||||||
|
- [mkideal/cli](https://github.com/mkideal/cli) - Feature-rich and easy to use command-line package based on golang struct tags.
|
||||||
- [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation.
|
- [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation.
|
||||||
- [ops](https://github.com/nanovms/ops) - Unikernel Builder/Orchestrator.
|
- [ops](https://github.com/nanovms/ops) - Unikernel Builder/Orchestrator.
|
||||||
- [pflag](https://github.com/spf13/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
|
- [pflag](https://github.com/spf13/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
|
||||||
@ -449,6 +448,7 @@ _Libraries for building standard or basic Command Line applications._
|
|||||||
- [strumt](https://github.com/antham/strumt) - Library to create prompt chain.
|
- [strumt](https://github.com/antham/strumt) - Library to create prompt chain.
|
||||||
- [subcmd](https://github.com/bobg/subcmd) - Another approach to parsing and running subcommands. Works alongside the standard `flag` package.
|
- [subcmd](https://github.com/bobg/subcmd) - Another approach to parsing and running subcommands. Works alongside the standard `flag` package.
|
||||||
- [survey](https://github.com/go-survey/survey) - Build interactive and accessible prompts with full support for windows and posix terminals.
|
- [survey](https://github.com/go-survey/survey) - Build interactive and accessible prompts with full support for windows and posix terminals.
|
||||||
|
- [teris-io/cli](https://github.com/teris-io/cli) - Simple and complete API for building command line interfaces in Go.
|
||||||
- [ts](https://github.com/liujianping/ts) - Timestamp convert & compare tool.
|
- [ts](https://github.com/liujianping/ts) - Timestamp convert & compare tool.
|
||||||
- [ukautz/clif](https://github.com/ukautz/clif) - Small command line interface framework.
|
- [ukautz/clif](https://github.com/ukautz/clif) - Small command line interface framework.
|
||||||
- [urfave/cli](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli).
|
- [urfave/cli](https://github.com/urfave/cli) - Simple, fast, and fun package for building command line apps in Go (formerly codegangsta/cli).
|
||||||
|
Loading…
Reference in New Issue
Block a user