go-pkg-complete
Tab completion script
A bash completion script for Go and Wgo that provides tab completion for subcommands, packages, and tools.
bash completion for go and wgo
43 stars
2 watching
8 forks
Language: C++
last commit: about 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kislyuk/argcomplete | Provides tab completion for Python applications using argparse | 1,424 |
posener/complete | Provides bash completion and integration with the Go programming language | 928 |
iterative/shtab | Automatically generates shell tab completion scripts for Python CLI applications. | 379 |
sigoden/argc-completions | A tool that generates and manages shell completion scripts for various shells. | 252 |
littleq0903/gcloud-zsh-completion | Automates command-line completion for Google Cloud SDK commands | 79 |
gradle/gradle-completion | Completion scripts for Gradle tasks and CLI switches in bash and zsh. | 1,030 |
mrjohannchang/fz.sh | A plugin that adds fuzzy search to tab completion in shell commands like z and zz. | 528 |
martinsimango/kubectl-plugin_completion | An open-source kubectl plugin that enables shell completions for its sub-commands | 12 |
craigcarey/gstreamer-tab | A plugin for zsh shell tab completion for media processing | 2 |
mnowotnik/fzshell | Automates repetitive tasks in the command line interface by generating completions based on user-provided logic | 76 |
krunch3r76/gc__enhanced_completion | An enhanced bash completion engine that provides contextual help for Golem software suite subcommands | 0 |
thomasmitchell/bosh-complete | Completes certain commands in the Bosh CLI v2 using tab completion. | 9 |
go/rancher-zsh-completion | A Zsh completion file that provides command and resource auto-completion for the Rancher CLI. | 9 |
unixorn/rake-completion.zshplugin | A plugin that provides tab completion for Rake tasks in the zsh shell. | 8 |
click-contrib/click-completion | Provides completion support for command line arguments and options in Click applications | 288 |