summaryrefslogtreecommitdiff
path: root/gocomplete
AgeCommit message (Expand)Author
2021-04-01gocomplete: do not suppress test failuresChris Nobody
2021-01-30Fix failing go1.16 testEyal Posener
2019-11-18update module import pathEyal Posener
2019-11-18V2Eyal Posener
2019-10-23Remove gocomplete module filesEyal Posener
2019-07-05Deprecate Args.Directory()Eyal Posener
2019-06-09gocomplete: Fix module nameEyal Posener
2018-10-19Add support for CMP_POINTEyal 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-08-27build(go111): Add go module supportAdam 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-04Merge branch 'master' into split-last-equalEyal Posener
2017-11-04Add logic to complete when last flag uses the equal signEyal Posener
2017-11-04Filter matches as a final stageEyal Posener
2017-07-30Handle default gopath $HOME/go when env var $GOPATH is not set.Deleplace
2017-07-28gocomplete: Add support for system GOPATH packagesEyal Posener
2017-05-27gocomplete: add go tool subcommandsEyal Posener
2017-05-19gocomplete: improve package completionEyal Posener
2017-05-19gocomplete: better pakcages listingEyal Posener
2017-05-18gocomplete: go run should also predict non-main functionsEyal Posener
2017-05-18Fix './' prefix for file completionEyal Posener
2017-05-15Merge pull request #26 from posener/runnableEyal Posener
2017-05-15Add example test to increase coverateEyal 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-11Change Match to be a functionEyal 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-06Change Predicate to be of function typeEyal 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