470 Commits

Author SHA1 Message Date
Ville Skyttä
b54d3f022f _known_hosts_real: Discard @markers at beginning of line. 2011-11-05 00:38:37 +02:00
Ville Skyttä
55ec6a079b plague-client: New completion. 2011-11-04 22:35:45 +02:00
Ville Skyttä
c3f6eda088 cppcheck: Don't stop completing after -DFOO. 2011-10-30 11:06:13 +02:00
Ville Skyttä
6e08dc5504 testsuite/assert_source_completions: Test for command availability too.
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.
2011-10-26 21:24:56 +03:00
Ville Skyttä
099b47c66d kill, killall: Add some option and argument completions, simplify _signals. 2011-10-26 21:01:18 +03:00
Ville Skyttä
889e1ae13e testsuite: Ignore BASH_REMATCH in env unmodified check.
_init_completion uses =~ now so it's going to change just about everywhere.
2011-10-25 23:50:46 +03:00
Igor Murzov
c10a2723e7 fbi, fbgs: New completions. 2011-10-12 02:54:13 +04:00
Ville Skyttä
a6c9c614d4 dmesg: New completion. 2011-10-11 21:10:45 +03:00
Ville Skyttä
049b60ec61 watch: New completion (Linux only for now). 2011-10-11 21:10:08 +03:00
Ville Skyttä
d54fcf100e ionice: New completion. 2011-10-03 23:57:34 +03:00
Ville Skyttä
c3d29e2e0d file: New completion. 2011-10-03 23:39:20 +03:00
Igor Murzov
5051b1787a _command_offset: Restore compopts used by called command.
This fixes completions that rely on their compopts, most notably mount(8).
Fixes bash-completion bug #313183.
2011-09-30 22:21:47 +04:00
Ville Skyttä
b9a5f508e2 chrpath: New completion. 2011-09-29 23:11:31 +03:00
Ville Skyttä
e1a3492261 prelink: New completion. 2011-09-29 22:57:59 +03:00
Ville Skyttä
2014d3b45d arping: New completion. 2011-09-28 19:04:55 +03:00
Ville Skyttä
89b7923cb8 ping, tracepath: Split to iputils, add option completions. 2011-09-28 18:59:15 +03:00
Igor Murzov
e81223ac46 xgamma: New completion 2011-09-26 02:59:15 +04:00
Igor Murzov
c7b9d08d17 feh: New completion.
NB: feh should be compiled with `make help=1`. Otherwise `feh --help`
will not print help message, and option completion will not work.
2011-09-26 02:59:14 +04:00
Ville Skyttä
bae99345fd idn: New completion. 2011-08-23 20:26:06 +03:00
Ville Skyttä
c46c916077 asciidoc, a2x: New completions. 2011-08-16 11:08:54 +03:00
Ville Skyttä
1de06f5de6 _ImageMagick: Drop unnecessary tr invocations. 2011-08-16 00:27:23 +03:00
Ville Skyttä
4bfb42e627 openssl: Drop unnecessary tr invocation. 2011-08-16 00:24:28 +03:00
Ville Skyttä
b1f2402bfd cal: New completion. 2011-07-24 13:16:44 +03:00
Ville Skyttä
f4364ac99a testsuite: Add basic compare, conjure, import, and stream test cases. 2011-07-22 21:12:42 +03:00
Ville Skyttä
346624bf5b gnome-mplayer: New completion. 2011-07-22 00:12:29 +03:00
Ville Skyttä
7137e60a45 base64: New _longopt completion. 2011-07-21 23:59:41 +03:00
Igor Murzov
002a5a4553 kcov: Add --path-strip-level option (added in kcov-v7)
Also provide more meaningful completions for --sort-type option.
And improve test.
2011-07-18 02:01:59 +04:00
Ville Skyttä
b68cc0057f curl: New non-generic completion. 2011-07-12 00:07:35 +03:00
Ville Skyttä
1daff31f2e pwgen: New completion. 2011-07-10 15:29:32 +03:00
Ville Skyttä
102a19c8a2 _parse_help: Treat " or " as a separator when parsing options. 2011-07-10 15:25:23 +03:00
Ville Skyttä
20045fabef protoc: New completion. 2011-07-05 19:26:16 +03:00
Ville Skyttä
bd07926f65 host: New completion. 2011-07-01 20:24:14 +03:00
Ville Skyttä
62ec1eef2e test suite: Add basic nslookup test case. 2011-07-01 20:22:41 +03:00
Ville Skyttä
dfaf85f197 pinfo: New completion, reusing the one for info. 2011-06-29 00:30:08 +03:00
Igor Murzov
b13ee019d0 make completions that use _command also work with file names 2011-06-26 04:04:53 +04:00
Ville Skyttä
38dc63d591 dot: New completion. 2011-06-18 18:25:47 +03:00
Ville Skyttä
a52c4ea382 __parse_options: Remove trailing [().]* from completions. 2011-06-18 15:44:43 +03:00
Ville Skyttä
f38453968c testsuite: Add basic mysql test case. 2011-06-18 15:24:22 +03:00
Ville Skyttä
d4c888be4b testsuite: Add basic lpr and lpq test cases. 2011-06-18 15:06:18 +03:00
Igor Murzov
d44aaed16a testsuite: Improve slapt-get/slapt-src tests. 2011-06-12 18:48:18 +04:00
Ville Skyttä
f8fe3106e1 javadoc: Implement -linkoffline two argument completion. 2011-06-09 01:05:16 +03:00
Igor Murzov
a0834d3bf4 kcov: New completion 2011-06-06 01:06:25 +04:00
Igor Murzov
3ac922e4a6 testsuite: Remove unused -expect-cmd-full option from assert_complete*
This option is implicitly enabled by default, so drop it to avoid confusion
2011-06-05 22:06:29 +04:00
Igor Murzov
75775fca52 testsuite: Fix broken tests for finger and xhost 2011-06-05 22:06:28 +04:00
Igor Murzov
243abdcdd3 testsuite: Remove/use set but unused variable "test" 2011-06-05 22:06:28 +04:00
Igor Murzov
59cee8c139 testsuite: Improve rpm2tgz tests 2011-06-05 22:06:26 +04:00
Igor Murzov
dbd8670cf4 testsuite: Improve pkgtool tests 2011-06-05 22:06:08 +04:00
Ville Skyttä
d9a5a88332 testsuite: Add chown foo: and :foo test cases, should complete files (RedHat: #710714). 2011-06-04 13:08:02 +03:00
Ville Skyttä
f1d5758c76 hddtemp: New completion. 2011-06-02 10:52:36 +03:00
Ville Skyttä
5bb9343fba pwdx: New completion. 2011-05-30 23:38:40 +03:00