| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-18 | V2 | Eyal Posener | |
| 2019-07-05 | deprecate match package | Eyal Posener | |
| 2017-11-04 | Merge branch 'master' into split-last-equal | Eyal Posener | |
| 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 | 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-05-18 | Fix './' prefix for file completion | Eyal Posener | |
| 2017-05-13 | fix nested files | Eyal Posener | |
| 2017-05-13 | gocomplete: complete by packages | Eyal Posener | |
| 2017-05-12 | Recursive directory lookup | Eyal Posener | |
| When only one directory matches the result, search recursively whithin this directory for files. | |||
| 2017-05-11 | predict: when searching for files, show also directories | Eyal Posener | |
| 2017-05-11 | Add Predictor interface | Eyal Posener | |
