2998 Commits

Author SHA1 Message Date
Ville Skyttä
7fb4e3137d _parse_help: Don't treat tokens with more than two leading dashes as options. 2011-04-29 12:05:29 +03:00
Ville Skyttä
b6cdacf1f9 _parse_help: Expand --[no]foo to --foo and --nofoo. 2011-04-29 11:47:48 +03:00
Ville Skyttä
1709686b7e xz: Non-complete --memlimit{,-compress,-decompress}. 2011-04-28 21:40:11 +03:00
Ville Skyttä
d5454732d8 getent: Allow multiple completions from same db, add option completion. 2011-04-28 21:35:08 +03:00
Ville Skyttä
0fd2bef229 javac: Add -*: option argument completion. 2011-04-28 21:28:05 +03:00
Ville Skyttä
23893f5149 java, javac: Add -X* completions.
They're revealed only when completing -X* due to the nature of these
options and the tools being a bit sluggish to invoke and parse
completions from.
2011-04-28 21:23:35 +03:00
Ville Skyttä
e2c57c5966 Convert many completions to use _parse_help() instead of hardcoded option lists. 2011-04-28 21:21:31 +03:00
Ville Skyttä
393ab1f650 testsuite: Add basic mii-diag and mii-tool test cases. 2011-04-28 21:17:50 +03:00
Ville Skyttä
f8de014a3e info: Add option completion support. 2011-04-28 20:56:59 +03:00
Ville Skyttä
0c810d1471 getent: Add gshadow to known databases. 2011-04-28 20:52:50 +03:00
Ville Skyttä
fd2bd342e0 _parse_help: Fix --foo={bar,quux} handling. 2011-04-28 20:48:48 +03:00
Ville Skyttä
efeb1a22dd man: Add option parsing and completion. 2011-04-28 20:48:41 +03:00
Ville Skyttä
3998a70dd9 route: Don't leak local $opt. 2011-04-27 23:37:44 +03:00
Ville Skyttä
9d810be86b _parse_help: Make work with pipe separated options. 2011-04-27 23:22:03 +03:00
Ville Skyttä
fabbec105c testsuite: Add bunch of simple shadow util test cases. 2011-04-27 23:17:58 +03:00
Ville Skyttä
c3bddc49e0 bzip2, gzip, python, sysbench: Quote command argument to _parse_help(). 2011-04-27 23:17:51 +03:00
Ville Skyttä
92ff96417d _parse_help: Fix handling of tildes and escaped chars in command. 2011-04-27 22:10:40 +03:00
Ville Skyttä
7b60fc6555 _parse_help: Re-fix --foo[=bar] handling. 2011-04-27 21:44:04 +03:00
Ville Skyttä
3a39ac6676 chsh: Use _allowed_users instead of plain compgen -u. 2011-04-27 18:40:16 +03:00
Ville Skyttä
9dd125ee46 growisofs, _java_classes: Drop unnecessary compopt /dev/null redirections. 2011-04-27 18:40:01 +03:00
Ville Skyttä
ab6c6890ed crontab, find: Replace some ugly string tricks with associative arrays. 2011-04-27 18:39:16 +03:00
Ville Skyttä
a098290816 pack200, unpack200: Use _split_longopt. 2011-04-27 18:38:37 +03:00
Ville Skyttä
f65dffd4f6 _java_classes: Drop unnecessary nospace toggling. 2011-04-27 18:38:16 +03:00
Ville Skyttä
c2d30fb8aa smartctl: The short alternative for --tolerance is -T, not -t. 2011-04-27 18:37:22 +03:00
Ville Skyttä
48ffb0ac6d No need to test for COMPREPLY count when toggling nospace.
It only takes effect if there's only one completion anyway.
2011-04-27 18:37:15 +03:00
Ville Skyttä
5cd5993211 _parse_help: Change to output first long option, or first short if not found.
Makes things more consistent with the rest of our option offerings.
2011-04-27 18:36:52 +03:00
David Paleino
7b2c2ebf9b Complete filenames after commands in rrdtool (Debian: #577933) 2011-04-27 13:45:42 +02:00
Ville Skyttä
e35eabb791 Avoid some unnecessary commands. 2011-04-26 00:21:55 +03:00
Ville Skyttä
f48d6fb10d Use {x..y} brace expansion instead of `seq', loops, or long literal sequences. 2011-04-26 00:15:03 +03:00
Ville Skyttä
976ba44825 Complete screen on commands (Alioth: #312164, RedHat: #547852). 2011-04-25 15:51:33 +03:00
Ville Skyttä
b029dfd823 Add some screen option non-completions. 2011-04-25 15:49:06 +03:00
Ville Skyttä
c5b771749b Add _terms() and screen -T completion. 2011-04-25 15:49:06 +03:00
Ville Skyttä
3750aea95e Remove stale comment. 2011-04-25 15:49:06 +03:00
David Paleino
806f90fd98 The install-completions script really needs bash 2011-04-25 14:12:46 +02:00
Ville Skyttä
f5d49065d2 Expand tilde in mutt query command (Alioth: #312759). 2011-04-25 13:48:31 +03:00
Ville Skyttä
d4e177a6ab Simplify $UNAME checks. 2011-04-25 12:54:55 +03:00
Ville Skyttä
60b2106b78 Activate killall completion on Darwin (Alioth: #312350). 2011-04-25 12:48:25 +03:00
Ville Skyttä
095b5a02d2 Fix --foo[=bar] parsing in _parse_help(). 2011-04-25 11:43:57 +03:00
Igor Murzov
480da88f21 Merge remote-tracking branch 'origin/master' into slackware 2011-04-25 04:59:25 +04:00
Igor Murzov
bf7d757b54 Rework the way options are handled for slackpkg
It fixes annoying issues with options' values completion
2011-04-25 04:57:42 +04:00
Ville Skyttä
6e809d032c Remove = from COMP_WORDBREAKS when using _split_longopt().
Without this, it does not do anything useful in bash >= 4.0.
2011-04-25 00:09:50 +03:00
Ville Skyttä
a0afe0959b Try to figure out file/dir argument types from --foo=BAR in _longopt(). 2011-04-24 20:17:34 +03:00
Ville Skyttä
e104424ff2 Turn on -o filenames in _tilde() only when it produces completions. 2011-04-24 20:09:02 +03:00
Ville Skyttä
0042c06204 Code cleanups. 2011-04-24 20:05:19 +03:00
Ville Skyttä
a87086b7d4 Turn off default compopt when completing dirs in _longopt().
Otherwise -o default kicks in in cases where we have no dir
completions and ends up completing files.
2011-04-24 19:54:50 +03:00
Ville Skyttä
1b85a1bf58 Treat arguments starting with . or ~ as paths where that check is done. 2011-04-24 19:35:42 +03:00
Ville Skyttä
f8d8444667 Use "declare -F" instead of "type" to check for function existence.
Avoids some stat() calls when it doesn't exist.
2011-04-24 18:55:04 +03:00
Ville Skyttä
ea90dc1a86 Use _split_longopt() in rsync. 2011-04-24 18:50:40 +03:00
Ville Skyttä
92f790d345 rsync completion improvements.
Turn off nospace where appropriate, add some file and dir option completions.
2011-04-22 11:59:48 +03:00
David Paleino
5c13db5094 Remove --unpack-level from lintian options (Debian: #623680) 2011-04-22 09:54:05 +02:00