1061 Commits

Author SHA1 Message Date
ianmacd
bc1f70df90 Debian invoke-rc.d completion by Jan Christoph Ebersbach
<jan-christoph.ebersbach@e-jc.de>.
2006-02-25 23:12:40 +00:00
ianmacd
086cd1e748 Use ant's complete-ant-cmd.pl if it's available. Suggested by Greg Kedge
<gkedge@paychex.com>.
2006-02-25 12:36:12 +00:00
ianmacd
9f2d303f6d sysctl(8) completion, modified from code sent in by Jonas Davidsson
<aphex@bredband.net>.
2006-02-25 12:02:25 +00:00
ianmacd
2eba4eecc6 Add 'cvs update' completion. Patch from Rafael Luque Leiva
<rafael.luque@hp.com>.
2006-02-25 10:55:56 +00:00
ianmacd
d84e2bc9aa vncviewer(1) completion by Dean Montgomery <dmonty@sd73.bc.ca>. 2006-02-25 10:49:40 +00:00
ianmacd
8e4bddf52d Add support for PLD Linux to _configured_interfaces(). Patch from Elan
Ruusamäe <glen@delfi.ee>.
2006-02-25 10:37:32 +00:00
ianmacd
ad729ea84b smartctl completion by Guillaume Rousse <Guillaume.Rousse@inria.fr>. 2006-02-24 23:24:16 +00:00
ianmacd
7500ad3787 Make make(1) et al complete on filenames, too. Suggested by Christian Boltz
<cb@cboltz.de>.
2006-02-24 22:55:13 +00:00
ianmacd
e81de3566c Use $BASH_COMPLETION_DEBUG to turn on debugging, rather than $DEBUG. 2006-02-24 21:07:47 +00:00
ianmacd
acc76f1bb5 Make 'aptitude show' work the same way as 'apt-cache show'. Fix from nerf
<j-andrieux@laposte.net>.
2006-02-24 11:59:03 +00:00
ianmacd
a8474fe61a Accidentally left some echo commands for debugging. 2006-02-24 11:48:59 +00:00
ianmacd
4a19036e8c Make clear that this works with bash and 2.05b, too. 2006-02-24 11:04:52 +00:00
ianmacd
a8f5d41574 Add .flac completion for MPlayer. Suggested by Robert Millan <rmh@debian.org>. 2006-02-24 11:02:15 +00:00
ianmacd
37d94f736e Add dpkg-source completion from Sven Mueller <debian@incase.de>. 2006-02-24 11:00:38 +00:00
ianmacd
d94ec27a97 Add .exe.so completion to wine. Suggested by Johannes Rohr
<j.rohr@comlink.org>.
2006-02-24 10:51:39 +00:00
ianmacd
95662ec19a unzip can make use of oowriter's .ott files. Suggested by "Mykola A.
Nickishov" <mn@mn.com.ua>.
2006-02-24 10:41:04 +00:00
ianmacd
8b03b81fca Fix gdb completion issue when completing second parameter after first
parameter that has white space. Reported by Branden Robinson
<branden@debian.org>.
2006-02-24 10:37:04 +00:00
ianmacd
b0b5912b1c Add .mng to file types that xine et al can complete on. Suggested by Patrick
Fritzsch <fritzsch@cip.physik.uni-muenchen.de>.
2006-02-24 10:19:41 +00:00
ianmacd
b18fe99a82 MPlayer can also complete on .mpc files. Suggested by knefas
<knefas@gmail.com>.
2006-02-24 00:10:58 +00:00
ianmacd
cac71d99a4 mkisofs completion now defaults to treating completions as filenames. 2006-02-24 00:09:23 +00:00
ianmacd
9d060c2dfb More timidity completions from Tijmen Baarda <tijmenbaarda@tijgerweb.net>. 2006-02-24 00:03:37 +00:00
ianmacd
0a4e10f8e5 gdb completion wasn't completing second parameter correctly when it was a
file, rather than a PID. Fix from unknown Google source, but provided via
Peter Duff <duff@google.com>.
2006-02-23 23:57:25 +00:00
ianmacd
9fc175c038 Minor cvs completion change. 2006-02-23 23:46:30 +00:00
ianmacd
153ed8d3b7 Allow man completion to work on OpenBSD, too. Patch by Kyle Wheeler
<kyle@memoryhole.net>.
2006-02-23 23:25:33 +00:00
ianmacd
eed7999d32 Avoid the need for grep in _rl_enabled(). Modified from a suggestion by Kyle
Wheeler <kyle@memoryhole.net>.
2006-02-23 23:12:41 +00:00
ianmacd
75f971a08c aptitude patch to use grep-status, if available. Patch from Kyle Wheeler
<kyle@memoryhole.net>.
2006-02-23 21:55:44 +00:00
ianmacd
beb78d83d4 MPlayer can play 3gp files produced by mobile phones. Suggested by Ismail
Donmez <ismail@uludag.org.tr>.
2006-02-23 20:16:16 +00:00
ianmacd
1576f9af44 Add support for 'cvs stat'. Thanks to Ville Skyttä <ville.skytta@iki.fi>. 2006-02-23 19:27:59 +00:00
ianmacd
d504bcfa21 Add mtr to known hosts completion. Thanks to Ville Skyttä
<ville.skytta@iki.fi>.
2006-02-23 19:26:10 +00:00
ianmacd
213d74be6b _known_hosts() and _mount() were broken by bash 3.1. Some aspect of how
POSIX-quoted strings (e.g. $'\t') are expanded has changed in this version,
requiring that such strings no longer appear inside double-quotes.

Ville Skyttä <ville.skytta@iki.fi> pointed out the symptoms and suggested a
fix for _known_hosts(), but that fix relied upon sed understanding \t, which
some versions of sed do not. This version of the fix puts POSIX-quoted strings
outside of the double-quotes.
2006-02-23 17:01:37 +00:00
ianmacd
aba8fcccbc Use -o filenames instead of -o default for Perl. 2005-07-30 04:27:32 +00:00
ianmacd
d8481d94fc Minor _filedir() edit to remove code no longer in use. 2005-07-27 22:11:14 +00:00
ianmacd
d7db9cf04f evince command was missing 2005-07-27 22:04:59 +00:00
ianmacd
d1299d8fc2 Allow evince to complete on wider variety of files (from Vijay Durairaj
<durairaj@cs.utah.edu>)
2005-07-24 06:12:41 +00:00
ianmacd
20c0d1cec5 Bumped release to 20050721. 2005-07-21 17:21:22 +00:00
ianmacd
0ec0332736 MPlayer options should now use dashes, not underscores. (Thanks to Guillaume
Rousse <Guillaume.Rousse@inria.fr>)
2005-07-20 23:43:47 +00:00
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
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