| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-04 | Add logic to complete when last flag uses the equal sign | Eyal Posener | |
| If the last flag is of the form -flag=value, complete the value according to -flag. | |||
| 2017-07-30 | Handle default gopath $HOME/go when env var $GOPATH is not set. | Deleplace | |
| 2017-07-28 | gocomplete: Add support for system GOPATH packages | Eyal Posener | |
| fixes #41 | |||
| 2017-05-27 | gocomplete: add go tool subcommands | Eyal Posener | |
| Fixes #39 | |||
| 2017-05-19 | gocomplete: improve package completion | Eyal Posener | |
| 2017-05-19 | gocomplete: better pakcages listing | Eyal Posener | |
| use go/build package only read one level of packages, and not all packages | |||
| 2017-05-18 | gocomplete: go run should also predict non-main functions | Eyal Posener | |
| 2017-05-18 | Fix './' prefix for file completion | Eyal Posener | |
| 2017-05-15 | Merge pull request #26 from posener/runnable | Eyal Posener | |
| gocomplete: run only runnable go files | |||
| 2017-05-15 | Add example test to increase coverate | Eyal Posener | |
| 2017-05-15 | gocomplete: run only runnable go files | Eyal Posener | |
| when typing 'go run', the completion will complete only go files which are in main package and have a main function. | |||
| 2017-05-15 | Add global flags for command | Eyal Posener | |
| Fixes #24 | |||
| 2017-05-15 | gocomplete: add build flags to get command | Eyal Posener | |
| 2017-05-13 | cmd/install: add support for zsh | Eyal Posener | |
| Fixes: #9 | |||
| 2017-05-13 | fix nested files | Eyal Posener | |
| 2017-05-13 | gocomplete: complete by packages | Eyal Posener | |
| 2017-05-11 | Change Match to be a function | Eyal Posener | |
| 2017-05-11 | Add Predictor interface | Eyal Posener | |
| 2017-05-11 | Improve files and directories completion | Eyal Posener | |
| 2017-05-10 | Enable completion and executable be the same command | Eyal Posener | |
| Fixes #6 | |||
| 2017-05-08 | [gocomplete] fix test name completion | Eyal Posener | |
| 2017-05-07 | Move match to a separate package | Eyal Posener | |
| 2017-05-07 | Remove Name from Command struct | Eyal Posener | |
| 2017-05-06 | improve docs | Eyal Posener | |
| 2017-05-06 | Change Predicate to be of function type | Eyal Posener | |
| 2017-05-06 | Use local completion files and directories according to typed command | Eyal Posener | |
| 2017-05-06 | fmt | Eyal Posener | |
| 2017-05-06 | Use pointers to predicates | Eyal Posener | |
| 2017-05-06 | Add easy way to install the bash completion | Eyal Posener | |
| 2017-05-06 | Remove Complete struct | Eyal Posener | |
| 2017-05-06 | nicer signature for PredictSet | Eyal Posener | |
| 2017-05-06 | Roughly add all go commands | Eyal Posener | |
| 2017-05-05 | Add additional args | Eyal Posener | |
| add predition of directories add ability for prediction union | |||
| 2017-05-05 | Renamings | Eyal Posener | |
| 2017-05-05 | Add plural forms for less verbose declarations | Eyal Posener | |
| 2017-05-05 | Add go complete example | Eyal Posener | |
