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: 3 months 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-07-30T01:10:15.274Z (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
- awesome-go - go-pkg-complete - bash completion for go and wgo - ★ 37 (Go Tools)
- awesome-go-extra - go-pkg-complete - 05-22T03:07:05Z|2017-11-17T14:00:35Z| (Go Tools / Routers)
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.