| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sudo: Handle options (Alioth: #311414). | Igor Murzov | 2011-12-20 | 1 | -0/+9 |
| | | |||||
| * | htop: New completoin. | Igor Murzov | 2011-12-18 | 2 | -0/+21 |
| | | |||||
| * | Merge branch 'mount' | Igor Murzov | 2011-12-15 | 2 | -0/+21 |
| |\ | | | | | | | | | | | | | | | | | * mount: testsuite: Add basic tests for umount. umount: Real fix for completion of relative paths. umount: Half-fix for completion of relative paths. mount: Don't suggest short options. mount, umount: Add linux-specific completions. | ||||
| | * | testsuite: Add basic tests for umount.mount | Igor Murzov | 2011-12-04 | 2 | -0/+21 |
| | | | |||||
| * | | cppcheck: Several ids separated by commas can be given for --enable=. | Igor Murzov | 2011-12-14 | 1 | -0/+12 |
| | | | |||||
| * | | quote: Preserve leading, trailing, and consecutive whitespace. | Ville Skyttä | 2011-12-12 | 1 | -0/+69 |
| | | | |||||
| * | | lzip: New completion. | Ville Skyttä | 2011-12-10 | 2 | -0/+21 |
| | | | |||||
| * | | _known_hosts_real: Support > 1 files per *KnownHostsFile line (Debian: #650514). | Ville Skyttä | 2011-12-05 | 3 | -3/+5 |
| | | | |||||
| * | | export: Fix many use cases, add option completion. | Ville Skyttä | 2011-11-26 | 2 | -0/+56 |
| | | | |||||
| * | | testsuite/assert_complete_dir: Add note about OLDPWD filtering. | Ville Skyttä | 2011-11-26 | 1 | -2/+3 |
| | | | |||||
| * | | testsuite/assert_complete_dir: Fix passing $args to assert_complete. | Ville Skyttä | 2011-11-26 | 1 | -1/+1 |
| | | | |||||
| * | | koji: New completion. | Ville Skyttä | 2011-11-26 | 2 | -0/+23 |
| | | | |||||
| * | | vi and friends: Fix /etc/ld.so.conf.d/* completion (Alioth: #312409). | Ville Skyttä | 2011-11-25 | 6 | -0/+23 |
| | | | |||||
| * | | testsuite: Fix ssh first arg partial hostname test case. | Ville Skyttä | 2011-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | User's known hosts file will affect the expected result, so use get_known_hosts instead of get_hosts, and add explicit "l" prefix to limit number of completions. | ||||
| * | | perldoc: Add some option arg completions, use _parse_help. | Ville Skyttä | 2011-11-25 | 1 | -8/+1 |
| | | | |||||
| * | | iperf: New completion. | Ville Skyttä | 2011-11-25 | 2 | -0/+21 |
| | | | |||||
| * | | _parse_help, _parse_usage: If first arg is "-", read from stdin. | Ville Skyttä | 2011-11-25 | 2 | -0/+10 |
| | | | |||||
| * | | nethogs: New completion. | Igor Murzov | 2011-11-25 | 2 | -0/+21 |
| | | | |||||
| * | | ccache: New completion. | Ville Skyttä | 2011-11-20 | 2 | -0/+19 |
| | | | |||||
| * | | testsuite: Add more tests for valgrind. | Igor Murzov | 2011-11-20 | 1 | -2/+27 |
| | | | |||||
| * | | valgrind: New completion. | Ville Skyttä | 2011-11-17 | 2 | -0/+26 |
| |/ | |||||
| * | wine: Complete all files after an .exe (Alioth #313131) | Igor Murzov | 2011-11-17 | 2 | -0/+32 |
| | | |||||
| * | upgradepkg: Support oldpackage%newpackage notation. | Igor Murzov | 2011-11-17 | 1 | -0/+12 |
| | | |||||
| * | pidof: Don't check OS type (Alioth #311403) | Igor Murzov | 2011-11-16 | 2 | -0/+21 |
| | | | | | | | Also drop non-existent option arguments completion. Reviewed-by: Ville Skyttä <ville.skytta@iki.fi> | ||||
| * | make: Add -j/--jobs completion. | Ville Skyttä | 2011-11-09 | 1 | -0/+6 |
| | | |||||
| * | testsuite: Set correct COMP_POINT value in test. | Igor Murzov | 2011-11-09 | 1 | -1/+1 |
| | | |||||
| * | testsuite: Add one more test for _get_comp_words_by_ref() | Igor Murzov | 2011-11-09 | 1 | -0/+8 |
| | | | | | This test exposes bug in __get_cword_at_cursor_by_ref(). | ||||
| * | testsuite: Add some make test cases. | Igor Murzov | 2011-11-09 | 4 | -2/+44 |
| | | |||||
| * | desktop-file-validate: New completion. | Ville Skyttä | 2011-11-05 | 2 | -0/+21 |
| | | |||||
| * | _known_hosts_real: Don't offer hostnames containing wildcards. | Ville Skyttä | 2011-11-05 | 1 | -1/+1 |
| | | |||||
| * | _known_hosts_real: Handle more than two hostnames per known hosts line ↵ | Ville Skyttä | 2011-11-05 | 2 | -5/+5 |
| | | | | | (Debian: #647352). | ||||
| * | _known_hosts_real: Discard @markers at beginning of line. | Ville Skyttä | 2011-11-05 | 1 | -1/+1 |
| | | |||||
| * | plague-client: New completion. | Ville Skyttä | 2011-11-04 | 2 | -0/+21 |
| | | |||||
| * | cppcheck: Don't stop completing after -DFOO. | Ville Skyttä | 2011-10-30 | 1 | -0/+10 |
| | | |||||
| * | testsuite/assert_source_completions: Test for command availability too. | Ville Skyttä | 2011-10-26 | 1 | -2/+3 |
| | | | | | | | We now install (_minimal) completions for just about everything, but that doesn't mean we can sanely test everything if the command is not available. | ||||
| * | kill, killall: Add some option and argument completions, simplify _signals. | Ville Skyttä | 2011-10-26 | 3 | -6/+9 |
| | | |||||
| * | testsuite: Ignore BASH_REMATCH in env unmodified check. | Ville Skyttä | 2011-10-25 | 2 | -1/+2 |
| | | | | | _init_completion uses =~ now so it's going to change just about everywhere. | ||||
| * | fbi, fbgs: New completions. | Igor Murzov | 2011-10-12 | 4 | -0/+42 |
| | | |||||
| * | dmesg: New completion. | Ville Skyttä | 2011-10-11 | 2 | -0/+19 |
| | | |||||
| * | watch: New completion (Linux only for now). | Ville Skyttä | 2011-10-11 | 2 | -0/+19 |
| | | |||||
| * | ionice: New completion. | Ville Skyttä | 2011-10-03 | 2 | -0/+19 |
| | | |||||
| * | file: New completion. | Ville Skyttä | 2011-10-03 | 2 | -0/+22 |
| | | |||||
| * | _command_offset: Restore compopts used by called command. | Igor Murzov | 2011-09-30 | 2 | -1/+67 |
| | | | | | | This fixes completions that rely on their compopts, most notably mount(8). Fixes bash-completion bug #313183. | ||||
| * | chrpath: New completion. | Ville Skyttä | 2011-09-29 | 2 | -0/+22 |
| | | |||||
| * | prelink: New completion. | Ville Skyttä | 2011-09-29 | 2 | -0/+22 |
| | | |||||
| * | arping: New completion. | Ville Skyttä | 2011-09-28 | 2 | -0/+22 |
| | | |||||
| * | ping, tracepath: Split to iputils, add option completions. | Ville Skyttä | 2011-09-28 | 3 | -1/+24 |
| | | |||||
| * | xgamma: New completion | Igor Murzov | 2011-09-26 | 2 | -0/+22 |
| | | |||||
| * | feh: New completion. | Igor Murzov | 2011-09-26 | 2 | -0/+56 |
| | | | | | | NB: feh should be compiled with `make help=1`. Otherwise `feh --help` will not print help message, and option completion will not work. | ||||
| * | idn: New completion. | Ville Skyttä | 2011-08-23 | 2 | -0/+21 |
| | | |||||
