dc4c327ae8 | ||
---|---|---|
gocomplete | ||
install | ||
tests | ||
.gitignore | ||
.travis.yml | ||
cmd.go | ||
command.go | ||
go.test.sh | ||
log.go | ||
option.go | ||
predicate.go | ||
readme.md | ||
run.go | ||
run_test.go |
readme.md
complete
WIP
A tool for bash writing bash completion in go.
Writing bash completion scripts is a hard work. This package provides an easy way to create bash completion scripts for any command, and also an easy way to install/uninstall the completion of the command.
go command bash completion
In gocomplete there is an example for bash completion for the go
command line.
Install
- Type in your shell:
go get github.com/posener/complete/gocomplete
gocomplete -install
- Restart your shell
Uninstall
gocomplete -uninstall