460 Commits

Author SHA1 Message Date
Ville Skyttä
5b54c41de5 Fix javadoc, lvm, and mkinitrd (_count_args) local variable leaks. 2009-11-03 22:49:14 +02:00
Ville Skyttä
93060b4133 Add k3b completion. 2009-11-03 22:24:41 +02:00
Ville Skyttä
4790b1a0c6 sed usage portability fixes: avoid \+ 2009-11-03 22:04:46 +02:00
Ville Skyttä
ac43cd55cb Indentation fixes. 2009-11-03 20:14:46 +02:00
Ville Skyttä
ac644578e0 More compgen -W instead of embedding user input in sed/awk/grep fixes. 2009-11-01 21:01:18 +02:00
Ville Skyttä
3725168d8a Combine dcop and qdbus completions into the latter, they're the same. 2009-11-01 20:52:04 +02:00
Ville Skyttä
a6b227992e Drop unused compstr variable. 2009-11-01 20:45:59 +02:00
Ville Skyttä
6394f47a7c Add basic dir option argument completion for configure. 2009-11-01 20:41:57 +02:00
Freddy Vulto
988026a67e Merge branch 'fvu' 2009-11-01 10:09:18 +01:00
Freddy Vulto
6925ad5081 Mutt fixes
- Added support for `-F configfile'.  This enables using a specially
  crafted muttrc for automated testing.
- Centralized call to _get_cword
- Used _get_pword
- Specified non-wordbreak characters to _get_cword() & _get_pword() for
  bash-4.
- Added automated tests for -f and -A
- Fixed test suite's assert_complete() (test/library.exp) to drop only
  the last element
2009-11-01 10:04:06 +01:00
David Paleino
b4901c1f6e Added munindoc completion to contrib/munin-node, thanks to Tom Feiner (Debian: #553371) 2009-10-31 22:45:49 +01:00
Ville Skyttä
d062d3b570 Fix "adr" typo in ssh -b completion, use one sed instead of two awk calls. 2009-10-31 14:24:01 +02:00
Ville Skyttä
503c224899 Don't hardcode path to ifconfig. 2009-10-31 14:16:39 +02:00
Ville Skyttä
29ee9fb3f9 Use _available_interfaces in route dev completion. 2009-10-31 14:08:43 +02:00
Ville Skyttä
50b4b8459f route(1) completion code cleanups. 2009-10-31 14:01:26 +02:00
Ville Skyttä
774d50a9c9 Install _route completion only when route is available, remove unneeded $UNAME test. 2009-10-31 13:59:41 +02:00
Ville Skyttä
46fa5c464b Add abook completion, based on work by Raphaël Droz. 2009-10-31 13:59:29 +02:00
Ville Skyttä
1d74adc296 Fix sed error in qdbus completions containing slashes (Debian: 552631). 2009-10-29 19:15:53 +02:00
David Paleino
e3ea415e13 Really add those two new commands to aptitude 2009-10-26 10:19:37 +01:00
David Paleino
79c7de608f Use more obscure coding :) 2009-10-26 09:44:27 +01:00
David Paleino
27b266d051 contrib/aptitude: add @(add|remove)-user-tag 2009-10-26 09:37:50 +01:00
David Paleino
4b289de690 * contrib/dpkg fixed -W and --show completing on .?(u)deb's (Debian: #552109) 2009-10-23 16:43:31 +02:00
Ville Skyttä
885e6dd6b6 Drop internal uses of $default, $filenames and friends.
Definitions are still present though, tentatively scheduled for
removal as of 2.0.
2009-10-22 12:04:29 +03:00
Ville Skyttä
6862bb45c1 bash < 3 support removal step 1: drop unneeded conditional sections. 2009-10-22 11:15:27 +03:00
Ville Skyttä
cdc0bcc3c1 Make wtf bash < 4 compatible, fix -f handling. 2009-10-21 20:27:58 +03:00
Ville Skyttä
474896f2c8 Speed up installed rpm package completion on SUSE (Alioth: #312021). 2009-10-20 22:47:31 +03:00
Ville Skyttä
c4c6eb7132 Add some cvs global option argument completions. 2009-10-20 22:08:18 +03:00
Ville Skyttä
3690fb5171 Fix indentation. 2009-10-20 21:51:47 +03:00
Ville Skyttä
d2ce9f59bd Add bunch of cvs command option completions. 2009-10-20 21:50:21 +03:00
Ville Skyttä
992226b134 Fix annotate mode detection. 2009-10-20 21:31:54 +03:00
Ville Skyttä
2a326a015c Get cvs command options from cvs --help $command. 2009-10-20 21:17:28 +03:00
Ville Skyttä
1233ebfecd Parse global cvs options from --help-options. 2009-10-20 20:58:27 +03:00
Ville Skyttä
881bd63774 Tolerate tabs in cvs --help-commands output too. 2009-10-20 20:57:18 +03:00
Ville Skyttä
44395aa45f Rename repomanage completion to _yum-utils, don't install it by default.
An updated version of it (and some more completions) will be included
in upstream yum-utils > 1.1.23.
2009-10-20 19:41:11 +03:00
Ville Skyttä
a874b65b0e Add lftp option completion, simplify bookmark parsing, complete on hostnames. 2009-10-20 09:38:33 +03:00
Ville Skyttä
1065f46e19 Add lftpget completion. 2009-10-20 09:32:59 +03:00
Ville Skyttä
70fd9ca2df Add cvs --help command completion, get commands from --help-commands,
offer the few long options there are rather than corresponding short
ones.
2009-10-20 09:29:36 +03:00
Ville Skyttä
52c8a81b31 Fix indentation. 2009-10-20 00:55:46 +03:00
Ville Skyttä
300cf4be3b Drop unnecessary short option completion choices. 2009-10-20 00:54:36 +03:00
Ville Skyttä
45511c54fc More mysqladmin options and option argument handling. 2009-10-20 00:41:46 +03:00
Ville Skyttä
d3729ad0b3 Complete mysqladmin long options, add bunch of missing ones. 2009-10-20 00:30:09 +03:00
Ville Skyttä
ba12c8102c Add more mysqladmin command completions. 2009-10-20 00:25:38 +03:00
Ville Skyttä
e3184ff193 Fix indentation. 2009-10-20 00:18:30 +03:00
Ville Skyttä
8ef975797d Use _split_longopt in mdadm. 2009-10-20 00:12:49 +03:00
Ville Skyttä
16c00d6d87 Add wtf completion, based on work by Raphaël Droz. 2009-10-19 23:18:57 +03:00
Ville Skyttä
30262cc015 Indentation fix. 2009-10-19 22:34:46 +03:00
Ville Skyttä
0e11c05a49 Add --help/--version handling. 2009-10-19 21:39:55 +03:00
Ville Skyttä
7c192589ae Improve gkrellm completion. 2009-10-19 21:33:09 +03:00
Ville Skyttä
0b970c7477 Indentation fixes. 2009-10-19 21:24:25 +03:00
Ville Skyttä
e63121c2ff More indentation fixes. 2009-10-18 22:14:00 +03:00