summaryrefslogtreecommitdiff
path: root/complete.go
AgeCommit message (Collapse)Author
2019-11-21Fix completion of help when completing flagsEyal Posener
2019-11-19Move install package back to project rootEyal Posener
2019-11-18update module import pathEyal Posener
2019-11-18V2Eyal Posener
2019-07-05deprecate match packageEyal Posener
2019-03-07use goreadmeEyal Posener
2018-10-25protect line slicing from index out of rangeEyal Posener
2018-10-19Add support for CMP_POINTEyal Posener
Fixes #72
2017-11-04Merge branch 'master' into split-last-equalEyal Posener
2017-11-04Add logic to complete when last flag uses the equal signEyal Posener
If the last flag is of the form -flag=value, complete the value according to -flag.
2017-11-04Filter matches as a final stageEyal 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-23Fix installationEyal Posener
Fixes #36
2017-05-11Add Predictor interfaceEyal Posener
2017-05-11Add args structEyal Posener
2017-05-11Improve files and directories completionEyal Posener
2017-05-10Enable completion and executable be the same commandEyal Posener
Fixes #6
2017-05-06Remove Complete structEyal Posener
2017-05-06Roughly add all go commandsEyal Posener
2017-05-05RenamingsEyal Posener
2017-05-05Add file completion flagEyal Posener
2017-05-05Initial commitEyal Posener