1000 Commits

Author SHA1 Message Date
David Paleino
b0646ff2d2 * Added _parse_help() to try to parse options listed in $command
--help
* Fixed gzip completion to use _parse_help(), since the available 
  options vary with distributions
2009-01-17 00:31:39 +01:00
David Paleino
146127e95a Allow for comments in known_hosts files (Closes: #511789) 2009-01-16 23:05:07 +01:00
David Paleino
8742e7d294 Fix dpkg completion bug: it listed only non-Essential packages
(Closes: #511790)
2009-01-16 21:22:26 +01:00
Ville Skyttä
a98cf17cce Add --rsyncable to gzip completion (not in upstream gzip (yet?), but commonly patched into various distros' packages). 2009-01-15 00:38:07 +02:00
Ville Skyttä
c353789983 Add/compact *Emacs, vi and friends indentation etc settings. 2009-01-14 22:17:14 +02:00
Ville Skyttä
f6b56b7ecb Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467). 2009-01-14 00:00:38 +02:00
Ville Skyttä
445b55c98a Add .mp2 and .vdr to mplayer completion (RHBZ: #444467). 2009-01-13 23:38:36 +02:00
Ville Skyttä
877ef5dc65 Revert executable flag (no idea how that ended up in it :P). 2009-01-13 21:29:01 +02:00
Ville Skyttä
d5aa0dfb88 Add lzma completion (Guillaume Rousse, myself). 2009-01-13 20:45:07 +02:00
Ville Skyttä
eb95aa30cd (Re)fix gzip and bzip2 options completion (Debian bug 351913 resurfaced in r934). 2009-01-12 21:16:51 +02:00
Ville Skyttä
984d8ed071 Improved getent completion (myself, Guillaume Rousse). 2009-01-12 01:08:01 +02:00
Ville Skyttä
bfac53d136 Added minimal sqlite3 completion. 2009-01-12 00:35:56 +02:00
Ville Skyttä
3743ec1d29 Various cleanups, NFC. 2009-01-12 00:31:40 +02:00
Ville Skyttä
b80e3f66a8 Improved filename based man page completion. 2009-01-12 00:23:32 +02:00
Ville Skyttä
ff5247fac8 Added support for p (POSIX) and x (x.org) man sections. 2009-01-12 00:10:22 +02:00
Ville Skyttä
e7483a0443 Improved features and performance of yum completion. 2009-01-11 23:41:45 +02:00
Ville Skyttä
8801e336b2 Improved performance of rpm -qa based rpm installed package completion. 2009-01-11 16:13:32 +02:00
Ville Skyttä
4afcb984a5 Improved /var/log/rpmpkgs based rpm installed package completion. 2009-01-11 15:42:12 +02:00
Ville Skyttä
c85a23e687 Improved rpm backup file avoidance. 2009-01-11 15:37:05 +02:00
Ville Skyttä
b8fb910305 Add -E to rpm completion. 2009-01-11 15:22:31 +02:00
Ville Skyttä
639ad34a1d Improved rpm macro completion. 2009-01-11 15:09:54 +02:00
Ville Skyttä
9b92ded2e5 Add *Emacs indentation settings. 2009-01-11 14:39:47 +02:00
Ville Skyttä
3027a5a611 s/RedHat/Red Hat/ 2009-01-11 00:27:23 +02:00
Ville Skyttä
0647a91951 Added JPEG 2000 files to display completion, thanks to Bastien Nocera (RHBZ: #304771) 2009-01-10 21:30:12 +02:00
David Paleino
e783e088a1 Fixed completion of environment variables, thanks to Morita Sho
(Closes: #272660)
2009-01-09 12:19:15 +01:00
David Paleino
5e609f531e * Merge from Ubuntu:
- redirect stderr to stdout in _configure_func()
  - missing quotes in _filedir_xspec()
2009-01-08 16:35:03 +01:00
David Paleino
ddf592ac5a Split subversion-related completions to contrib/svn. 2008-12-19 21:58:21 +01:00
David Paleino
fb383d4d92 * Merge from Gentoo:
- fix CVS completion
2008-12-14 14:05:40 +01:00
David Paleino
cd67a78bb6 Fixing typo --finally, after 18hrs lock... 2008-12-12 19:45:28 +01:00
David Paleino
1ca84fa680 * Merge from Gentoo:
- use make -qp to parse the Makefile for us, so we get proper completion
    on things like pattern rules. Patch by Mike Kelly <pioto@exherbo.org>.
2008-12-11 20:13:16 +01:00
David Paleino
e4f86dc5a6 * Merge from Gentoo:
- fix 'find' completion so that it properly completes on -?(i)whilename.
    Patch by Ciaran McCreesh.
2008-12-11 20:04:37 +01:00
David Paleino
f0ed7c20e2 Added build-dep to aptitude's completion (Closes: #495883) 2008-11-22 18:10:38 +01:00
David Paleino
fec084a69b Fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
(Closes: #504650)
2008-11-08 09:48:11 +01:00
David Paleino
8bb62e6af4 Fixed perl -I/-x completion, thanks to Freddy Vulto
(Closes: #504547)
2008-11-08 09:40:53 +01:00
David Paleino
a893db03d1 Allow `Host(Name)' in ssh config file to have trailing comment. 2008-11-01 12:32:22 +01:00
David Paleino
49437a0f51 Allow `Host(Name)' in ssh config file to be indented 2008-11-01 12:29:33 +01:00
David Paleino
39f96af59a Added support for `-F configfile' to _known_hosts(), ssh, scp and
sftp, thanks to Freddy Vulto (Closes: #504141)
2008-11-01 12:25:38 +01:00
David Paleino
dd0cb44fb9 Improved patch: adding an hyphen -' to ${toks[@]-}'
will circumvent an error "Unbound variable" when `set -u' is in
effect.
2008-11-01 09:49:57 +01:00
David Paleino
7d41e12eb7 Fixed ugly bug:
"cd /b<TAB>" returned "cd /" with Freddy Vulto's code (see #502804)
2008-10-25 14:33:12 +02:00
David Paleino
df71a7fa48 Added --schedule-only to aptitude's completion (Closes: #502664) 2008-10-24 22:12:09 +02:00
David Paleino
5295310450 Fixed dpkg-source wrong exit() with return() (Closes: #) 2008-10-24 19:39:16 +02:00
David Paleino
3b6f50d053 Forgot a ${toks[@]} ;) 2008-10-24 19:34:28 +02:00
David Paleino
b3f3017a46 Fixed errors with POSIX enabled (Closes: #502804) 2008-10-24 19:17:23 +02:00
David Paleino
606860000c Fixed .cb[rz] completion for evince (Closes: #502885) 2008-10-24 19:10:46 +02:00
David Paleino
84f15a349c Fixed mplayer -skin completion (Closes: #501473) 2008-10-10 21:01:59 +02:00
David Paleino
2df67cecb4 Moved ssh completion to separate file. 2008-09-27 12:58:42 +02:00
David Paleino
ebe750ffcf Moved apache2ctl to a separate file.
Fixed broken bash_completion (sorry, forgot to switch comments!)
2008-09-27 12:28:09 +02:00
David Paleino
e1f39bd088 Added gpg2 completion (Closes: #489927) 2008-09-27 12:25:19 +02:00
David Paleino
a4ef62f4dc Added two lines to use it "locally" (i.e. easier development) 2008-09-27 12:10:34 +02:00
David Paleino
f683065d25 * Fixed gpg completion:
- -@(r|-recipient))
2008-09-27 12:05:11 +02:00