148 Commits

Author SHA1 Message Date
David Paleino
90b6776f4f Fix killall completion, remove trailing ":" on certain process
names
2009-01-29 21:19:37 +01:00
David Paleino
34ff7bfe8c * extra/dh_bash-completion:
- updated to support a list of files in debian/<package>.bash-completion
    (Closes: #512917)
2009-01-29 14:51:48 +01:00
Ville Skyttä
6a2ff139a0 Fix awk error in "modprobe -r /" completion, extract/use _installed_modules for rmmod and modprobe -r. 2009-01-25 23:40:44 +02:00
Ville Skyttä
58f9567a28 Remove duplicate cpio completion, thanks to Freddy Vulto (Closes: #512823) 2009-01-24 21:20:58 +02:00
Ville Skyttä
eb1c298f8f scp metachar escaping fixes: remove duplicate '&' (always there), escape '!' (broken in r1082) 2009-01-23 01:12:32 +02:00
David Paleino
9afe7ca991 Added lzop completion 2009-01-19 11:53:34 +01:00
David Paleino
312d5f6f59 Added to_review/ directory, where completions needing a review would
go. After it gets accepted, the completion would go into contrib/.
2009-01-17 19:02:29 +01:00
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
8998da40f1 Fix bug number 2009-01-17 00:27:22 +01:00
David Paleino
146127e95a Allow for comments in known_hosts files (Closes: #511789) 2009-01-16 23:05:07 +01:00
David Paleino
07eef56454 Fixed typo (sorry Ville! ;-))
Fixed changelog entries (no need to name the author, since he has his 
own section now)
2009-01-16 21:45:43 +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
David Paleino
6ed7c6559d * debian/control:
- added Vcs-* fields
2009-01-16 21:01:13 +01:00
David Paleino
fe41b80fba Correctly split debian/changelog entry per author :-)
chmod +x bash_completion.sh
2009-01-16 20:37:23 +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ä
0b28231301 Fix credits for lzma completion, thanks to Guillaume for the info. 2009-01-14 18:38:16 +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ä
d5aa0dfb88 Add lzma completion (Guillaume Rousse, myself). 2009-01-13 20:45:07 +02:00
Ville Skyttä
a817c658f2 Improved svn filename completion (RHBZ: #430059). 2009-01-12 21:27:36 +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ä
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ä
68a14386ad Credit myself :P 2009-01-11 15:17:41 +02:00
Ville Skyttä
639ad34a1d Improved rpm macro completion. 2009-01-11 15:09:54 +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
4f73ec53a8 Complete merging from Ubuntu 2009-01-08 17:52:54 +01:00
David Paleino
9ff89867d7 Add credits 2009-01-08 16:36: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
Mika Fischer
d3bc90029f Quote $xspec in _filedir_xspec in case it is empty, which would
cause errors if there was no match under failglob. (LP: #194419)
(Mika Fischer)
2009-01-07 20:39:27 +00:00
Mika Fischer
9f536f022c Consume error messages in configure completion (LP: #223882) 2009-01-07 19:38:58 +00:00
David Paleino
4b048477fd Renamed contrib/subversion to contrib/_subversion (prefixed with _ to
avoid file conflicts with upstream's one)
2008-12-19 22:20:22 +01:00
David Paleino
9d09e0eac6 Renamed contrib/svn > contrib/subversion. 2008-12-19 21:59:57 +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
a7f27a9b89 complete on gkrellm2 as well. Patch by Aaron Walker. 2008-12-11 20:15:30 +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
73225ea43c Added monodevelop and mdtool completions. 2008-11-25 15:14:27 +01:00
David Paleino
4721b192eb Credits given when credits are due. 2008-11-25 12:12:10 +01:00
David Paleino
d203d34fc1 Added qdbus completion (LP: #257903) 2008-11-25 12:10:55 +01:00
David Paleino
64d2fd7df9 * debian/install:
- correctly install contrib/* under /etc/bash_completion.d/
2008-11-22 18:26:52 +01:00