Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split/rename many completions into per-command files. | Ville Skyttä | 2011-10-12 | 1 | -114/+0 |
| | |||||
* | Load completions in separate files dynamically, get rid of have(). | Ville Skyttä | 2011-10-12 | 1 | -4/+1 |
| | |||||
* | ether-wake: Use _parse_help. | Ville Skyttä | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | Include trailing equals sign in options that take arguments that way. | Ville Skyttä | 2011-05-02 | 1 | -0/+1 |
| | | | | | | This way it's clearer to users that an argument is expected. It's likely that this commit does not catch all such cases, but it should do it for most of the affected commands I have installed. | ||||
* | _init_completion: Add -s for splitting long options, use it in completions. | Ville Skyttä | 2011-05-02 | 1 | -10/+4 |
| | |||||
* | Convert many completions to use _parse_help() instead of hardcoded option lists. | Ville Skyttä | 2011-04-28 | 1 | -6/+2 |
| | |||||
* | route: Don't leak local $opt. | Ville Skyttä | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | Remove = from COMP_WORDBREAKS when using _split_longopt(). | Ville Skyttä | 2011-04-25 | 1 | -2/+2 |
| | | | | Without this, it does not do anything useful in bash >= 4.0. | ||||
* | Use _init_completion() in completions/n*. | Ville Skyttä | 2011-04-20 | 1 | -17/+12 |
| | |||||
* | Add ether-wake completion. | Ville Skyttä | 2010-10-07 | 1 | -0/+26 |
| | |||||
* | rename 'contrib' directory to 'completions' | Guillaume Rousse | 2010-09-12 | 1 | -0/+105 |