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: about 1 month ago
JSON representation

bash completion for go and wgo

Lists

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.