summaryrefslogtreecommitdiff
path: root/gocomplete/complete.go
AgeCommit message (Expand)Author
2021-04-06gocomplete: suppress error output by defaultChris Nobody
2021-01-30Fix failing go1.16 testEyal Posener
2019-11-18update module import pathEyal Posener
2019-11-18V2Eyal Posener
2019-07-05Deprecate Args.Directory()Eyal Posener
2018-08-27feat(help,mod): Add completion for `go help` and `go mod`Adam S Levy
2018-08-27fix(go clean): Added missing flagsAdam S Levy
2018-04-13Merge pull request #63 from linux4life798/optionsaddEyal Posener
2018-04-10gocomplete - Attempted to add go tool linkCraig Hesling
2018-04-10gocomplete - Attempted to add go tool packCraig Hesling
2018-04-10gocomplete - Added missing -V option for go tool asmCraig Hesling
2018-04-10gocomplete - Added missing -S option for go tool objdumpCraig Hesling
2017-11-04Add logic to complete when last flag uses the equal signEyal Posener
2017-05-27gocomplete: add go tool subcommandsEyal Posener
2017-05-18gocomplete: go run should also predict non-main functionsEyal Posener
2017-05-15Merge pull request #26 from posener/runnableEyal Posener
2017-05-15gocomplete: run only runnable go filesEyal Posener
2017-05-15Add global flags for commandEyal Posener
2017-05-15gocomplete: add build flags to get commandEyal Posener
2017-05-13cmd/install: add support for zshEyal Posener
2017-05-13fix nested filesEyal Posener
2017-05-13gocomplete: complete by packagesEyal Posener
2017-05-11Add Predictor interfaceEyal Posener
2017-05-11Improve files and directories completionEyal Posener
2017-05-10Enable completion and executable be the same commandEyal Posener
2017-05-08[gocomplete] fix test name completionEyal Posener
2017-05-07Move match to a separate packageEyal Posener
2017-05-07Remove Name from Command structEyal Posener
2017-05-06improve docsEyal Posener
2017-05-06Use local completion files and directories according to typed commandEyal Posener
2017-05-06fmtEyal Posener
2017-05-06Use pointers to predicatesEyal Posener
2017-05-06Add easy way to install the bash completionEyal Posener
2017-05-06Remove Complete structEyal Posener
2017-05-06nicer signature for PredictSetEyal Posener
2017-05-06Roughly add all go commandsEyal Posener
2017-05-05Add additional argsEyal Posener
2017-05-05RenamingsEyal Posener
2017-05-05Add plural forms for less verbose declarationsEyal Posener
2017-05-05Add go complete exampleEyal Posener