| 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-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-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-05-18 | Fix './' prefix for file completion | Eyal Posener | |
| 2017-05-15 | Add global flags for command | Eyal Posener | |
| Fixes #24 | |||
| 2017-05-13 | fix nested files | Eyal Posener | |
| 2017-05-11 | predict: when searching for files, show also directories | Eyal Posener | |
| 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 | nicer signature for PredictSet | 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 file completion flag | Eyal Posener | |
| 2017-05-05 | Initial commit | Eyal Posener | |
