Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main + more: introduce concept of "expert" cmd switches | Jan Pokorný | 2014-11-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | utils_prog: new program-specific unit incl. some moves from utils | Jan Pokorný | 2014-05-19 | 1 | -1/+2 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | Relicence GPLv2 -> GPLv2+ | Jan Pokorný | 2014-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | Refactor: move functional-paradigm helpers utils -> utils_func | Jan Pokorný | 2014-04-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: allow for fruitful subcommand-less fallback | Jan Pokorný | 2014-03-14 | 1 | -1/+3 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: [['s regex needs explicit start boundary | Jan Pokorný | 2014-03-14 | 1 | -2/+2 |
| | | | | | | (haven't expected that, oops) Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: fix hardcoding '_main_boostrap_' function part | Jan Pokorný | 2014-03-14 | 1 | -1/+2 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: fix issue with backslash verbatim in output | Jan Pokorný | 2014-03-14 | 1 | -2/+2 |
| | | | | | | | Issue introduced with commit 03051892 (unexpectedly, r""" string notation treats backslashes as inline symbols). Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: use raw string to avoid doubling backslashes | Jan Pokorný | 2014-03-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: do not start new line needlessly | Jan Pokorný | 2014-03-07 | 1 | -2/+1 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | Formalize s/_/-/g + inverse transformation as functions | Jan Pokorný | 2014-03-06 | 1 | -3/+3 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: make style checker happy about line < 80 chars | Jan Pokorný | 2014-03-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: fix aliases missing in commands to complete | Jan Pokorný | 2014-03-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | command: integrate cmd alias support (incl. help screen+completion) | Jan Pokorný | 2014-03-06 | 1 | -14/+26 |
| | | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com> | ||||
* | completion: way to get bash (and perhaps others) autocompletions | Jan Pokorný | 2014-02-26 | 1 | -0/+127 |
Currently it provides WIP standalone bash completion, but should be fairly easy to implement support for, e.g. bash-completion dependent version, zsh-specific one, etc. Signed-off-by: Jan Pokorný <jpokorny@redhat.com> |