skelterjohn / go-pkg-complete

bash completion for go and wgo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

bash completion for go and wgo

License:MIT License


Languages

Language:C++ 100.0%