Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skelterjohn/Go-pkg-complete
bash completion for go and wgo
https://github.com/skelterjohn/Go-pkg-complete
Last synced: 20 days ago
JSON representation
bash completion for go and wgo
- Host: GitHub
- URL: https://github.com/skelterjohn/Go-pkg-complete
- Owner: skelterjohn
- License: mit
- Created: 2015-05-22T03:07:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T14:00:35.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T15:06:17.283Z (3 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 43
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Source `go-pkg-complete.bash.inc` to get tab completion for the go tool.
Hitting tab after `{go,wgo}` will complete to any of the standard go subcommands.
Hitting tab after `{go,wgo} {install,build,list,get,test,generate,vet,save,vendor}` will complete a go package found in $GOPATH. Or, in the case of wgo, found in the workspace.
Hitting tab after `{go,wgo} tool` will complete a go tool name.
License MIT.