| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-08 | fix crash when COMP_POINT is greater than COMP_LINE size (#128) | Chris Walz | |
| Some shells (inexplicably) occasionally have a COMP_POINT that is greater than the COMP_LINE size. When that happens completion should be based on length of the COMP_LINE to avoid an out of bounds error. See the original hack fix here: https://github.com/chriswalz/bit/blob/master/cmd/bitcomplete.go on line 39 | |||
| 2019-11-21 | Fix completion of help when completing flags | Eyal Posener | |
| 2019-11-19 | Move install package back to project root | Eyal Posener | |
| 2019-11-18 | update module import path | Eyal Posener | |
| 2019-11-18 | V2 | Eyal Posener | |
| 2019-07-05 | deprecate match package | Eyal Posener | |
| 2019-03-07 | use goreadme | Eyal Posener | |
| 2018-10-25 | protect line slicing from index out of range | Eyal Posener | |
| 2018-10-19 | Add support for CMP_POINT | Eyal Posener | |
| Fixes #72 | |||
| 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-23 | Fix installation | Eyal Posener | |
| Fixes #36 | |||
| 2017-05-11 | Add Predictor interface | Eyal Posener | |
| 2017-05-11 | Add args struct | 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-06 | Remove Complete struct | Eyal Posener | |
| 2017-05-06 | Roughly add all go commands | Eyal Posener | |
| 2017-05-05 | Renamings | Eyal Posener | |
| 2017-05-05 | Add file completion flag | Eyal Posener | |
| 2017-05-05 | Initial commit | Eyal Posener | |
