1016 Commits

Author SHA1 Message Date
ianmacd
eda91dddfa Extended mc completion by Guillaume Rousse <Guillaume.Rousse@inria.fr>. 2005-07-20 23:26:01 +00:00
ianmacd
503f528c25 lilo completion fix from Guillaume Rousse <Guillaume.Rousse@inria.fr>. 2005-07-20 23:20:36 +00:00
ianmacd
e5214bbec6 Not sure why we had that superfluous echo in there. Perhaps it was to work
around a bug in older versions of bash.
2005-07-20 23:09:27 +00:00
ianmacd
fa7a4bcaea iwconfig improvements by Guillaume Rousse <Guillaume.Rousse@inria.fr> 2005-07-20 22:57:24 +00:00
ianmacd
f23a76343f Fix up tcpdump and dhclient completion to use correct interfaces function
(patch by Guillaume Rousse <Guillaume.Rousse@inria.fr>)
2005-07-20 22:54:36 +00:00
ianmacd
703ace2260 Turn off expansion disabling in _filedir(), as this has the annoying
side-effect of cancelling alias expansion for a given invocation of a command.
2005-07-20 22:40:14 +00:00
ianmacd
7e6a4f44b3 Version bumped to 20050720. 2005-07-20 05:41:41 +00:00
ianmacd
95e315c838 Updated version and changelog. 2005-07-20 05:41:09 +00:00
ianmacd
6c9165ef80 - evince completion for .pdf files.
- More OpenOffice 2 completions

This patch from Horst von Brand via Ville Skyttä <ville.skytta@iki.fi>.
2005-07-19 15:38:39 +00:00
ianmacd
7dcea84003 Fix up patterns for tarball matching (patch by Ville Skyttä
<ville.skytta@iki.fi>).
2005-07-19 04:32:31 +00:00
ianmacd
dd1a5a8397 Add completion for xine front-ends, plus kplayer/mplayer (patch by Ville
Skyttä <ville.skytta@iki.fi>).
2005-07-19 04:28:48 +00:00
ianmacd
98124576cf Minor brace fix. 2005-07-12 17:13:02 +00:00
ianmacd
de172d4246 Bump version to 20050712. 2005-07-12 14:32:54 +00:00
ianmacd
db4e0751ae Make mutt completion also work for muttng (patch by Marcin Kryczek
<aye@gentoo.pl>).
2005-07-12 05:28:08 +00:00
ianmacd
4f9c201247 tar 1.15.1 can unpack compressed archives, even if [IZzjy] are not given
(patch by Aaron Walker <ka0ttic@gentoo.org>).
2005-07-12 05:22:57 +00:00
ianmacd
2ea17bcef7 Fix _filedir(), so that literal filenames that appear to be glob patterns are
not treated as such (patch by Claudio Bley <bley@linuxmail.org>).
2005-07-12 04:50:25 +00:00
ianmacd
37dcf2faa7 rpm2cpio completion (thanks to Guillaume Rousse <rousse@ccr.jussieu.fr>). 2005-07-11 22:24:19 +00:00
ianmacd
1d33c7d266 User and group factorisation patch from Guillaume Rousse
<rousse@ccr.jussieu.fr>.
2005-07-11 22:23:30 +00:00
ianmacd
5494b87320 ntpdate completion by Guillaume Rousse <rousse@ccr.jussieu.fr>. 2005-07-11 22:21:13 +00:00
ianmacd
ac5ad372a7 getent completion by Guillaume Rousse <rousse@ccr.jussieu.fr>. 2005-07-11 22:20:16 +00:00
ianmacd
8357070e29 id completion by Guillaume Rousse <rousse@ccr.jussieu.fr>. 2005-07-11 22:19:05 +00:00
ianmacd
20a6dba872 cpio completion by Guillaume Rousse <rousse@ccr.jussieu.fr>. 2005-07-11 22:18:01 +00:00
ianmacd
a3c203ac4d More extensions for MPlayer (patch by Aaron Walker <ka0ttic@gentoo.org>). 2005-07-11 21:38:42 +00:00
ianmacd
4586739b50 Accept .rmi as an extension for Timidity (patch by Aaron Walker
<ka0ttic@gentoo.org>).
2005-07-11 21:36:59 +00:00
ianmacd
520a7cae55 Use sed instead of awk in LVM completion (patch by Aaron Walker
<ka0ttic@gentoo.org>)
2005-07-11 21:36:17 +00:00
ianmacd
e83f9b77d3 Fix typo. 2005-07-11 21:19:42 +00:00
ianmacd
877a04c356 Minor fix from Ted Stern <stern@cray.com>. 2005-07-11 15:49:14 +00:00
ianmacd
e82cada3d4 Avoid exit status of 1 when reassigning read-only variables. 2005-07-08 02:20:58 +00:00
ianmacd
e98d8250c8 Simplify definition of BASH_COMPLETION and BASH_COMPLETION_DIR variables. 2005-07-07 23:47:14 +00:00
ianmacd
2460b91bf4 Remove checks of $have by compounding complete commands after function
definitions.
2005-07-07 23:36:51 +00:00
ianmacd
ab030eafe7 Move _lvm() completion to end of all LVM commands. 2005-07-07 21:43:25 +00:00
ianmacd
4c3eaa88a2 Installation of info completion should not depend on OS. 2005-07-07 21:41:15 +00:00
ianmacd
0b319276c4 make completion should also work for gnumake. 2005-07-07 21:35:09 +00:00
ianmacd
1ecea1901b Don't define _pids() and _pgids() twice on Solaris and AIX. 2005-07-07 21:09:39 +00:00
ianmacd
75a3064ae1 Fix scp completion when filename contains shell metacharacters. (Patch from
Markus Wiederkehr <markus.wiederkehr@gmail.com>).
2005-07-07 20:11:38 +00:00
ianmacd
49ceb91daf Add .rmbv file extension to MPlayer completion. (Thanks to Joseph Yen
<joseph.yen@gmail.com>)
2005-07-07 20:07:00 +00:00
ianmacd
f45fe84f77 Contrib module completion by Ted Stern <stern@cray.com>. 2005-07-07 20:01:25 +00:00
ianmacd
b8111ab5e4 Support the new open document formats of OpenOffice 2.0. (patch from Hanno
Böck <mail@hboeck.de>)
2005-07-07 19:52:03 +00:00
ianmacd
6d2fadfb33 Use -o filenames for rsync completion. 2005-07-07 19:45:26 +00:00
ianmacd
3e8990cfe2 Minor CVS fix from "Samuel J. Irlapati" <Samuel.Irlapati@unisys.com>. 2005-02-08 20:50:01 +00:00
ianmacd
1a942e256d - Minor fix to xscreensaver completion. 2005-02-03 08:12:44 +00:00
ianmacd
11aa2f29fa - Support more MPlayer subtitle types. (Thanks to justus schwartz
<justus@gmx.li>)
2005-01-25 09:11:02 +00:00
ianmacd
4322f603ce - Remove w3m from commands that complete on .html files, as it's now a more
general file browser. (Debian #291359)
2005-01-25 00:41:25 +00:00
ianmacd
7601cb66fe - Update version and changelog. 2005-01-21 21:30:40 +00:00
ianmacd
8510ce97db - Fix broken sudo completion.
- Bump version to 20050121
2005-01-21 21:29:49 +00:00
ianmacd
94cc722836 - Update version and changelog. 2005-01-20 09:10:19 +00:00
ianmacd
09f8180c3a - Bump version to 20050120. 2005-01-20 09:10:00 +00:00
ianmacd
b1ecafb4a1 - Improve ssh2 known hosts completion. (Debian bug #282767) 2005-01-19 03:41:36 +00:00
ianmacd
f2483dc46a - Remove xargs from list of commands that do longopts completion. xargs
now does completion like sudo, exec, nice, strace, etc.
2005-01-19 03:22:03 +00:00
ianmacd
614057ff5e - Pass over switches to metacommands like sudo, nice, exec, etc.
(Debian bug #289847)
2005-01-19 03:19:45 +00:00