337 Commits

Author SHA1 Message Date
Ville Skyttä
0bd41f4edb jps: New completion. 2011-05-29 19:01:24 +03:00
Ville Skyttä
5a5683c080 htpasswd: New completion. 2011-05-26 22:47:41 +03:00
Ville Skyttä
8a5036a9e8 strace: Rewrite arch specific syscall extraction in plain bash. 2011-05-26 00:55:30 +03:00
Ville Skyttä
ea4219a064 strace: Don't try to extract syscall names if they're not going to be used. 2011-05-26 00:36:43 +03:00
Ville Skyttä
05f3bbec85 strace: Don't append space for -e *= completions. 2011-05-26 00:34:01 +03:00
Igor Murzov
8641a8c817 removepkg: Make removepkg completion work with root other than / 2011-05-25 01:27:38 +04:00
Ville Skyttä
2fb0a3a9f6 cvs: Sort mode completions alphabetically. 2011-05-24 23:31:46 +03:00
Ville Skyttä
6b3121b30a cvs: Add editors/watchers completion. 2011-05-24 23:30:46 +03:00
Ville Skyttä
2b8c0b0261 cvs: Recognize some additional commands and synonyms. 2011-05-24 23:26:50 +03:00
Ville Skyttä
080f04fcea cvs: List "primary" command names first in mode switch. 2011-05-24 23:20:41 +03:00
Ville Skyttä
f186fc00fc cvs: Rename get_* helper functions to _cvs_*. 2011-05-24 23:12:29 +03:00
Ville Skyttä
44dd868077 cvs: Add CVS controlled file completions for admin and update. 2011-05-24 23:10:11 +03:00
Ville Skyttä
af3f67f2e5 cvs: Improve CVS controlled file completions. 2011-05-24 23:08:45 +03:00
Ville Skyttä
b6794fe66d cvs commit: Complete on entries instead of default if COMP_CVS_REMOTE is not set. 2011-05-24 20:22:23 +03:00
Ville Skyttä
bc38068568 cvs: Drop -o default to fix CVS root completions. 2011-05-24 20:20:43 +03:00
Ville Skyttä
40dc2d81df cvs: Make $prefix setting actually work. 2011-05-24 19:55:18 +03:00
Ville Skyttä
9e102cc3e3 cvs: Don't leak $prefix. 2011-05-24 19:48:32 +03:00
Ville Skyttä
c36b68c4c9 cvs: Indentation fixes. 2011-05-24 08:41:00 +03:00
Ville Skyttä
08017ee3b2 cfagent: Use _parse_help. 2011-05-20 20:44:37 +03:00
Ville Skyttä
7324767680 snownews: Use _parse_help. 2011-05-20 20:35:40 +03:00
Ville Skyttä
6e4912d9cc screen: Drop pid prefixes from session name completions where possible.
Thanks-to: Alexey Zaytsev <alexey.zaytsev@gmail.com>
2011-05-17 20:07:08 +03:00
Ville Skyttä
eefc69d83b lvm: Use _parse_usage in several tools.
Also adjust test cases to not fail if --help doesn't succeed, at least
it doesn't for me if run as non-root.
2011-05-16 18:57:43 +03:00
Ville Skyttä
b7f1f74ba0 ldapvi: Use _parse_help, add basic test case. 2011-05-15 20:16:49 +03:00
Ville Skyttä
fbf0bd3059 chsh: Use _parse_usage. 2011-05-15 20:10:37 +03:00
Ville Skyttä
d6036333d9 monodevelop: Use _parse_help, split long options. 2011-05-15 15:55:59 +03:00
Ville Skyttä
6aa581fdee dsniff etc: Use _parse_usage. 2011-05-15 15:50:28 +03:00
Ville Skyttä
bc087fdd7f freeciv: Use _parse_help, complete freeciv-* in addition to civclient/civserver. 2011-05-15 15:41:59 +03:00
Ville Skyttä
190299ca6a medusa: Use _parse_help, add basic test case. 2011-05-15 15:37:09 +03:00
Ville Skyttä
fa1fec713b ldap*: Use _parse_help, add basic test cases. 2011-05-15 15:34:23 +03:00
Ville Skyttä
84f9f78494 qemu: Use _parse_help, add basic test case. 2011-05-15 15:33:55 +03:00
Ville Skyttä
1db66124e9 rpcdebug: Use _parse_usage. 2011-05-15 15:18:55 +03:00
Ville Skyttä
78b9e0569e postfix etc: Use _parse_usage. 2011-05-15 15:16:24 +03:00
Ville Skyttä
8eec0ecf52 xmms: Use _parse_help, add some option argument completions. 2011-05-15 15:07:06 +03:00
Ville Skyttä
68f7fa16b0 ssh, scp, sftp, ssh-copy-id: Use _parse_help/_parse_usage, add some option argument (non)completions. 2011-05-12 00:24:57 +03:00
Ville Skyttä
cfdfa76ffb ntpdate: Use _parse_usage, add some option argument (non)completions. 2011-05-12 00:12:40 +03:00
Ville Skyttä
c2bee3b831 ether-wake: Use _parse_help. 2011-05-12 00:05:01 +03:00
Ville Skyttä
44a387f216 cksfv: Use _parse_help, add -g argument completion. 2011-05-11 23:57:12 +03:00
Ville Skyttä
bb050024d5 l2ping: Use _parse_usage, add some option argument non-completions. 2011-05-11 23:48:21 +03:00
Ville Skyttä
0bc2bb5897 Clean up unneeded semicolons. 2011-05-11 19:42:02 +03:00
Ville Skyttä
a593f4512a make: Add bunch of option argument completions. 2011-05-11 19:31:13 +03:00
Ville Skyttä
7c6cca0630 make: Use _parse_help/_parse_usage instead of hardcoded option list. 2011-05-11 19:30:16 +03:00
Ville Skyttä
f815736ffe gdb: Improve filename completion.
Only core files where appropriate, turn on -o filenames, drop -o default.
2011-05-11 00:35:16 +03:00
Ville Skyttä
bc6fb7d711 perldoc: Use perldoc itself instead of man. 2011-05-08 23:15:56 +03:00
Ville Skyttä
923e20fd74 perldoc: Don't parse man page when we know it'll produce no completions. 2011-05-08 23:00:22 +03:00
Ville Skyttä
3d366255a2 xmllint: Use _parse_help(). 2011-05-08 22:18:03 +03:00
Ville Skyttä
2d23a3f47c ant: Rewrite build target parsing in plain bash, add build file test case.
There's no alternation (\|) in POSIX basic regexps which is what POSIX
sed supports.
2011-05-08 15:25:32 +03:00
Ville Skyttä
5a6b9a22e7 ipmitool: Use _parse_help. 2011-05-05 00:19:53 +03:00
Ville Skyttä
ae9e140948 tcpdump: Use _parse_usage, add bunch of option completions and a basic test case. 2011-05-05 00:18:18 +03:00
Ville Skyttä
db86b76eba fusermount: Use _parse_help, add basic test case. 2011-05-04 23:56:38 +03:00
Ville Skyttä
20a3d4d0bd rdesktop: Use _parse_help, add/improve option completions and basic test case. 2011-05-04 23:21:06 +03:00