2984 Commits

Author SHA1 Message Date
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
Raphaël Droz
8a63dc2589 mysql: new completion. 2011-06-11 22:29:26 +02:00
Raphaël Droz
7bcf9a4f18 sitecopy: fixed a bug with grep and brackets: use sitecopy -v to fetch sites. 2011-06-11 22:06:36 +02:00
Raphaël Droz
c7e26402ca Added completion scripts for lpr(1) and lpq(1). 2011-06-11 22:04:19 +02:00
Ville Skyttä
f8fe3106e1 javadoc: Implement -linkoffline two argument completion. 2011-06-09 01:05:16 +03:00
Ville Skyttä
5681ec1ac9 evince: Split into separate file, add option completions. 2011-06-09 00:33:57 +03:00
Ville Skyttä
0a3029ac49 lrzip, lzop, xz: Complete option arguments before options. 2011-06-08 21:57:54 +03:00
Igor Murzov
c28c06baef Rewrite 'pdf|fdf' as '[pf]df' in evince and okular glob patterns. 2011-06-08 04:24:07 +04:00
Igor Murzov
ac79f44d90 kcov, pkgtools, sbopkg, slapt: Move option completion code after option argument completions
otherwise bogus completions are produced for option argument completions
starting with a dash
2011-06-08 04:20:41 +04:00
Ville Skyttä
166b4bbb50 Simplify epdfview glob pattern. 2011-06-07 20:22:25 +03:00
David Paleino
4485e909af Add epdfview completion 2011-06-07 08:48:18 +02:00