1190 Commits

Author SHA1 Message Date
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
0ae5de2833 bash_completion.sh is now external to the spec file and does not need to be
created.
2006-02-23 15:33:08 +00:00
ianmacd
2df4ea7bdf Code now in its own file instead of inside spec file.
Check for non-interactive shell and do not source.

Check for having already been sourced.
2006-02-23 15:16:51 +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
2decab85a8 Updated version and changelog. 2005-07-21 17:22:07 +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
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