333 Commits

Author SHA1 Message Date
Ville Skyttä
f8a2d67783 Add fusermount completion. 2009-12-28 22:40:13 +02:00
David Paleino
db3c386fd3 Added .okular completion to okular (Debian: #545530) 2009-12-27 19:07:24 +01:00
Ville Skyttä
b6434541cc Use scp remote/local completion functions in sshfs. 2009-12-26 16:20:14 +02:00
Ville Skyttä
c6e9334cfa Add GNU chsh option completions. 2009-12-26 12:31:26 +02:00
Ville Skyttä
878b9a3e99 Define _tightvncviewer also when (only) vncviewer is available. 2009-12-25 12:14:10 +02:00
Ville Skyttä
e0acaf8ed2 Split sshfs from contrib/ssh to contrib/sshfs. 2009-12-24 16:18:27 +02:00
Leonard Crestez
92e7b73564 Improve ssh -o suboption completion (Alioth: #312122). 2009-12-24 15:45:19 +02:00
Jeremie Lasalle Ratelle
e2e1c391ed Fix rsync remote path completion (Alioth: #312173). 2009-12-23 16:18:32 +02:00
Ville Skyttä
ed45c2caaf Sync rsync options with rsync 3.0.6, add --compress-level arg completion. 2009-12-22 20:53:30 +02:00
Ville Skyttä
8caddc47cf Protect grep invocations from user aliases (Alioth: 312143). 2009-12-15 23:48:10 +02:00
David Paleino
bf1d64153f Added .fdf completion to okular and evince 2009-12-11 17:49:23 +01:00
Ville Skyttä
69aa25cd8f Add pm-utils completion. 2009-12-10 22:00:52 +02:00
Ville Skyttä
09045a63b6 Add update-alternatives --set, --usage, and --slave completions, simplify some bits. 2009-12-09 21:26:12 +02:00
Ville Skyttä
536a780c2e Drop short options from screen completions where long(er) ones exist, add --help and --version. 2009-12-09 01:06:47 +02:00
Ville Skyttä
7248290e6e Deprecate modules completion, upstream modules >= 3.2.7 ships one. 2009-12-08 19:45:35 +02:00
Ted Stern
af26cfb285 Fix modules completion for "(default)" entries. 2009-12-08 19:43:00 +02:00
Ville Skyttä
a6f79a9a69 Add jarsigner, pack200, and unpack200 completions. 2009-11-30 23:01:32 +02:00
Ville Skyttä
911f3859c8 Turn on -o filenames in _filedir() if compopt is available. 2009-11-30 22:54:07 +02:00
Ville Skyttä
ff0f741dcf Fix completion of remote scp filenames with spaces.
Backslash escaping adds 3 backslashes, of which we want to remove 2,
not 4 when unescaping.
2009-11-28 12:47:48 +02:00
Ville Skyttä
6f921d563b Fix reading rest of user/global known hosts files when the first one is not readable.
https://bugzilla.redhat.com/show_bug.cgi?id=541423#c2

As a side effect, this simplifies things somewhat and grabs user and
global known hosts filenames from config files with one command
instead of doing one for each.
2009-11-26 21:59:12 +02:00
Ville Skyttä
29baa6b720 Fix modprobe -r completion when a path to modprobe is specified. 2009-11-23 17:32:48 +02:00
David Paleino
8f42adfa8d Style policy: don't use fancy globbing in case labels 2009-11-22 11:43:26 +01:00
David Paleino
9a8fb49fe4 contrib/cpio: added missing completions for -?, --help, --license, --usage, --version and (-p) --to-stdout (Debian: #557436) 2009-11-22 08:22:58 +01:00
David Paleino
29f4b10890 Added colordiff completion, same as diff 2009-11-21 14:38:41 +01:00
Ville Skyttä
36eb06af6b Extract CD/DVD completion from k3b into general functions, use them in mplayer. 2009-11-04 23:12:44 +02:00
Ville Skyttä
ef46331012 Fix service argument completion. 2009-11-03 23:36:01 +02:00
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ä
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ä
6394f47a7c Add basic dir option argument completion for configure. 2009-11-01 20:41:57 +02: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ä
f1b3be2357 Drop compgen/complete option and bash version related global variables. 2009-10-31 14:40:24 +02: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ä
82c2334e4c Add /sbin to $PATH when invoking ifconfig and iwconfig. 2009-10-31 14:05:19 +02:00
Ville Skyttä
46fa5c464b Add abook completion, based on work by Raphaël Droz. 2009-10-31 13:59:29 +02:00
Freddy Vulto
545750eb2c Added _get_pword() helper function.
Thanks to Sung Pae (Alioth #312030):
"This patch extends both __get_cword3() and __get_cword4() to accept an
additional integer argument that specifies how many places previous to
the current word the desired word resides, respecting any user
exceptions to COMP_WORDBREAKS."
2009-10-31 09:24:20 +01:00
Ville Skyttä
1d74adc296 Fix sed error in qdbus completions containing slashes (Debian: 552631). 2009-10-29 19:15:53 +02: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ä
a6cf003275 Set version to 2.x. 2009-10-22 11:17:10 +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ä
bc6ad9b75b Source stuff from completion dirs always in same order independently of locale. 2009-10-21 20:44:19 +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ä
1ce1e0d452 Don't overwrite other completions when completing from multiple SSH known hosts files. 2009-10-20 20:05:30 +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ä
ba12c8102c Add more mysqladmin command completions. 2009-10-20 00:25:38 +03:00