2994 Commits

Author SHA1 Message Date
Ville Skyttä
95ea13a0f0 _longopt: Don't offer completions after --help, --usage, or --version. 2011-07-22 00:10:36 +03:00
Ville Skyttä
7137e60a45 base64: New _longopt completion. 2011-07-21 23:59:41 +03:00
Ville Skyttä
fe4ae55f34 _longopt: Don't use -o default with it to make splitting work as intended. 2011-07-21 23:57:49 +03:00
Ville Skyttä
f896a7e7b2 sysctl: Add option and option argument completions. 2011-07-19 23:55:24 +03:00
David Paleino
d689342a75 Revert "Revert "host, nslookup: Remove completions for bind utils from bash_completion.""
This reverts commit 82325b37a91343c19ec4067fca00153bd635bfc8.
2011-07-18 13:21:23 +02:00
David Paleino
82325b37a9 Revert "host, nslookup: Remove completions for bind utils from bash_completion."
This reverts commit bd482ca2f221323aa461ca75c9457ec11f43570e.
2011-07-18 11:46:13 +02:00
Igor Murzov
bd482ca2f2 host, nslookup: Remove completions for bind utils from bash_completion.
This fixes tests on systems without bind.
2011-07-18 02:48:42 +04:00
Igor Murzov
602e9837b7 sbopkg: Fix options completion
This is the regression introduced by commit ac79f44d90.
Options completion broke due to *) presence in   case "$prev" in ...
2011-07-18 02:07:34 +04: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ä
525d6e77ba Provide profile.d hook for per user disabling of bash_completion (Debian: #593835). 2011-07-08 00:34:57 +03:00
Ville Skyttä
d552dac063 svn blame: s/--revisions/--revision/. 2011-07-05 19:29:48 +03:00
Ville Skyttä
df00e7508b svn*: Don't suggest short options. 2011-07-05 19:28:08 +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ä
c328b91352 nslookup: Fix option completion, add some option argument completions. 2011-07-01 20:22:55 +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
Ville Skyttä
e7b3abf689 sum: New (generic long option) completion (RedHat: #717341). 2011-06-29 00:24:46 +03:00
Igor Murzov
c1132bd0a3 mplayer: Use the same completions as for mplayer2
Binary of mplayer2 should have name mplayer, but it turns out that at
least Debian packagers prefered to give different name.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631551
2011-06-26 14:39:51 +04:00
Igor Murzov
b13ee019d0 make completions that use _command also work with file names 2011-06-26 04:04:53 +04:00
Raphaël Droz
17a316bfca lpstat error handling in case cupsd is not started. 2011-06-19 12:01:17 +03:00
Ville Skyttä
ccb8c91803 service: Always include start and stop in service command completions.
Not all services are in /etc/init.d files (such as systemd ones) from
which command completions can be parsed from.
2011-06-18 23:26:57 +03:00
Ville Skyttä
472b5bb958 _services: Include systemd services. 2011-06-18 23:26:19 +03:00
Ville Skyttä
50d44ca3a4 _services: Avoid bogus completions when init or xinetd dirs exist but are empty. 2011-06-18 23:01:00 +03:00
Ville Skyttä
38dc63d591 dot: New completion. 2011-06-18 18:25:47 +03:00
Ville Skyttä
ae3be4b725 README: Recommend git send-email. 2011-06-18 15:59:32 +03:00
Ville Skyttä
9e4605b68b mysql: s/--skip-comment/--skip-comments/ 2011-06-18 15:45:47 +03:00
Ville Skyttä
a52c4ea382 __parse_options: Remove trailing [().]* from completions. 2011-06-18 15:44:43 +03:00
Ville Skyttä
50a0506c5b mysql: The argument to -p/--password is not mandatory. 2011-06-18 15:34:20 +03:00
Ville Skyttä
078e780cfb sitecopy: Convert to UTF-8. 2011-06-18 15:29:33 +03:00
Ville Skyttä
abfc29f8a0 mysql, sitecopy: Indentation and line wrapping fixes. 2011-06-18 15:29:20 +03:00
Ville Skyttä
f38453968c testsuite: Add basic mysql test case. 2011-06-18 15:24:22 +03:00
Raphaël Droz
d355178d87 handle properly long options in mysql(1). 2011-06-18 15:22:13 +03:00
Raphaël Droz
9f7b2d6eeb better use of _parse_help and compopt for mysql(1). 2011-06-18 15:21:25 +03:00
Raphaël Droz
21663725ea handle properly long-options in sitecopy(1). 2011-06-18 15:14:28 +03:00
Raphaël Droz
6e40274ee6 added mysql to Makefile.am 2011-06-18 15:13:51 +03:00
Raphaël Droz
07e06a9da8 better compopt setting for lpr(1) -o option. 2011-06-18 15:08:24 +03:00
Ville Skyttä
2a5cb99b94 lpr, lpq: Install completions even if earlier commands in cups are not installed. 2011-06-18 15:06:51 +03:00
Ville Skyttä
d4c888be4b testsuite: Add basic lpr and lpq test cases. 2011-06-18 15:06:18 +03:00
Raphaël Droz
5f11a3be6b removed superfluous compopt for cups. 2011-06-18 15:03:28 +03:00
Raphaël Droz
1ef81d776e use _parse_help and handle $prev for sitecopy(1). 2011-06-18 15:01:30 +03:00
David Paleino
2a05603ecd Implemented a blacklist for unwanted third-parties completions 2011-06-14 21:31:02 +02:00
Igor Murzov
d44aaed16a testsuite: Improve slapt-get/slapt-src tests. 2011-06-12 18:48:18 +04:00
Igor Murzov
3d70a32ce4 slapt: Use _parse_help. 2011-06-12 18:48:05 +04:00
Igor Murzov
9cb6a1cd70 slapt-src: Complete package versions for --build|--install options 2011-06-12 18:47:46 +04:00
Igor Murzov
1f50618715 slapt-get: Respect settings supplied by --config option.
Also complete only available packages as argument to --install option.
2011-06-12 18:47:28 +04:00
Igor Murzov
4e79c13d0d sbopkg, slackpkg, slapt: Don't leak local $i. 2011-06-12 18:46:54 +04:00