| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-04 | Merge pull request #53 from posener/finally-filter-matches | Eyal Posener | |
| Filter matches as a final stage | |||
| 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-11-04 | travis: add go1.9, remove tip | Eyal Posener | |
| 2017-11-04 | Filter matches as a final stage | Eyal Posener | |
| This simplifies the prediction logic writing, the predictor doesn't need to filter our according to line matching, instead it returns everything and the filtering is done at the end. This does not break current behavior. | |||
| 2017-09-08 | Merge pull request #52 from thomshutt/master | Eyal Posener | |
| Fixed grammar | |||
| 2017-09-08 | Fixed grammar | Thom Shutt | |
| 2017-08-29 | Merge pull request #50 from sethvargo/sethvargo/nospace | Eyal Posener | |
| Use nospace option for zsh | |||
| 2017-08-29 | Use nospace option for zsh | Seth Vargo | |
| 2017-08-25 | Merge pull request #47 from dadgar/f-hide-flags | Eyal Posener | |
| Allow restricting completion of flags | |||
| 2017-08-25 | lint: fix typo | Eyal Posener | |
| 2017-08-24 | Fix tests from rebase | Alex Dadgar | |
| 2017-08-24 | Default to hiding flags that start with hyphen unless last arg has a hyphen | Alex Dadgar | |
| 2017-08-24 | Allow restricting completion of flags | Alex Dadgar | |
| This PR allows a command to specify that flags should only be completed when a prefix is present. The motivation behind this is to have the initial complation to prefer displaying argument completions and only display flag completions when the user enters "hyphen <tab>". | |||
| 2017-08-24 | Merge pull request #48 from dadgar/b-shared-prefix | Eyal Posener | |
| Fix a subcommand matching | |||
| 2017-08-24 | Avoid unnecessary if statement | Alex Dadgar | |
| 2017-08-23 | Fix a subcommand matching | Alex Dadgar | |
| This PR fixes an issue where a subcommand matches the current set of commands being examined. Fixes issue https://github.com/posener/complete/issues/46 | |||
| 2017-07-30 | Merge pull request #45 from Deleplace/default-gopath | Eyal Posener | |
| Handle default gopath $HOME/go when env var $GOPATH is not set. | |||
| 2017-07-30 | Handle default gopath $HOME/go when env var $GOPATH is not set. | Deleplace | |
| 2017-07-28 | Merge pull request #44 from posener/package | Eyal Posener | |
| gocomplete: Add support for system GOPATH packages | |||
| 2017-07-28 | gocomplete: Add support for system GOPATH packages | Eyal Posener | |
| fixes #41 | |||
| 2017-05-27 | Merge pull request #40 from posener/tool | Eyal Posener | |
| gocomplete: add go tool subcommands | |||
| 2017-05-27 | gocomplete: add go tool subcommands | Eyal Posener | |
| Fixes #39 | |||
| 2017-05-23 | Merge pull request #38 from josharian/fix-installer | Eyal Posener | |
| Fix installer | |||
| 2017-05-23 | add .bash_profile as a bash rc file | Josh Bleecher Snyder | |
| This is common on macs. | |||
| 2017-05-23 | check whether rc file exists during installation | Josh Bleecher Snyder | |
| 2017-05-23 | correctly report installation failures | Josh Bleecher Snyder | |
| Prior to this, installations failed silently. | |||
| 2017-05-23 | Merge pull request #37 from posener/fixes | Eyal Posener | |
| Fixes | |||
| 2017-05-23 | readme: fix example | Eyal Posener | |
| 2017-05-23 | Fix example/self | Eyal Posener | |
| Fixes #34 | |||
| 2017-05-23 | Fix installation | Eyal Posener | |
| Fixes #36 | |||
| 2017-05-22 | Merge pull request #35 from lucapette/patch-1 | Eyal Posener | |
| Fix typo | |||
| 2017-05-22 | Fix typo | lucapette | |
| 2017-05-20 | Merge pull request #33 from posener/license | Eyal Posener | |
| change license to MIT | |||
| 2017-05-20 | change license to MIT | Eyal Posener | |
| 2017-05-20 | Merge pull request #32 from posener/flags | Eyal Posener | |
| Flags | |||
| 2017-05-20 | cmd: remove adding of flags from run | Eyal Posener | |
| 2017-05-20 | cmd: fix complete flags name | Eyal Posener | |
| 2017-05-20 | Merge pull request #31 from posener/improves | Eyal Posener | |
| predict files: remove loop | |||
| 2017-05-20 | predict files: remove loop | Eyal Posener | |
| 2017-05-19 | Merge pull request #30 from posener/improves | Eyal Posener | |
| gocomplete: improve package completion | |||
| 2017-05-19 | gocomplete: improve package completion | Eyal Posener | |
| 2017-05-19 | Merge pull request #29 from posener/metalinter | Eyal Posener | |
| Metalinter | |||
| 2017-05-19 | readme: go get -u | Eyal Posener | |
| 2017-05-19 | travis: add gometalinter tests | Eyal Posener | |
| 2017-05-19 | Merge pull request #28 from posener/gocomplete-improve | Eyal Posener | |
| Gocomplete improve | |||
| 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 | Merge pull request #27 from posener/prefixes | Eyal Posener | |
| Fix './' prefix for file completion | |||
| 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 | |||
