549 Commits

Author SHA1 Message Date
ianmacd
f4f16686be - tar cf completed properly, but tar -cf did not 2002-06-06 14:48:16 +00:00
ianmacd
d83b7603ea - updated release to 20020605 2002-06-05 07:55:22 +00:00
ianmacd
b474b1dfe6 - _tar(): display directories properly when returning contents of tar files
- add .html file completion for netscape, mozilla, lynx, w3m
2002-06-05 07:52:44 +00:00
ianmacd
e7f77a7cdb - use of \ls to avoid calling an alias will still call a function of that
name, if one is defined. Use built-in 'command' instead
2002-06-04 03:45:09 +00:00
ianmacd
9bbdab7c79 - add newgrp to list of commands that complete on group names 2002-06-04 03:28:41 +00:00
ianmacd
fa7f83f272 - _tar(): use parameter substitution instead of calling tr(1) 2002-06-04 03:27:03 +00:00
ianmacd
835bc25be6 - tar completion now completes first on tar files, then on their contents 2002-06-02 20:19:38 +00:00
ianmacd
ae76dc287a - bash complete completion by Guillaume Rousse <rousse@ccr.jussieu.fr> 2002-06-01 19:16:20 +00:00
ianmacd
e057176bfe - lilo(8) completion by Guillaume Rousse <rousse@ccr.jussieu.fr> 2002-06-01 19:01:05 +00:00
ianmacd
ff01750d2f - Java completion overhaul by Guillaume Rousse <rousse@ccr.jussieu.fr> 2002-06-01 18:58:06 +00:00
ianmacd
955f8ac024 - updated release to 20020601 2002-06-01 16:46:19 +00:00
ianmacd
3bacdca5a8 - _known_hosts(): BSD sed (and others) has no /i modifier, so we need
[Mm][Aa][Dd][Nn][Ee][Ss][Ss] style matching. Sigh...
2002-05-30 18:26:41 +00:00
ianmacd
2f36889d9b From: Dr.Rafael Sepúlveda <drs@gnulinux.org.mx>
- fix bug present in both _comp-dpkg-installed-packages() and
  _comp-dpkg-hold-packages() that results in all packages being returned.
2002-05-30 18:17:29 +00:00
ianmacd
eb5b564fcb - add basic completion for RCS suite (rcs, rlog, ci, co) 2002-05-30 17:08:15 +00:00
ianmacd
b327f451a0 - updated release to 20020528 2002-05-28 18:34:38 +00:00
ianmacd
6fe0d5a4ed From Goetz Waschk <waschk@informatik.uni-rostock.de>
- java -jar completes on .jar files
2002-05-28 18:34:11 +00:00
ianmacd
ec86c0fc3d From: Guillaume Rousse <rousse@ccr.jussieu.fr>
- urpmi now completes on rpm files
- urpmf, urpme, urpmq completion added
2002-05-28 18:16:05 +00:00
ianmacd
ce32c9174c - update release to 20020521 2002-05-21 15:10:13 +00:00
ianmacd
63efd13c16 - add bzme completion (Mandrake)
- unzip & zipinfo also complete on .war files (as used by Tomcat, etc.)
  (submission from Goetz Waschk <waschk@informatik.uni-rostock.de>)
2002-05-21 03:35:40 +00:00
ianmacd
d5e7243e69 - _comp-dpkg-installed-packages(): remove dependence on grep-dctrl
(patch by Dr.Rafael Sepúlveda <drs@gnulinux.org.mx>)
2002-05-20 22:36:07 +00:00
ianmacd
08eea02473 - update release to 20020519 2002-05-19 14:56:55 +00:00
ianmacd
85b27aea4c - there were still references to _file_glob() in the code 2002-05-19 14:56:19 +00:00
ianmacd
5d5f9b5608 - remove some dependence on grep-dctrl in Debian-specific completion
functions
- don't split ksh style globs over more than one line, since this doesn't seem
  to work
both of the above fixes supplied by Dr.Rafael Sepúlveda <drs@gnulinux.org.mx>
2002-05-19 07:16:30 +00:00
ianmacd
89839485ee - replace many calls to compgen -f/-d with calls to _filedir() 2002-05-18 21:00:14 +00:00
ianmacd
63ecfc38ba - Python now completes first on a .(py|pyc|pyo) file, then on any file
- rpm helper function _file_glob() has been integrated into _filedir(), as
  the principle was the same
2002-05-18 17:05:08 +00:00
ianmacd
29625b4dca - move code that handles host alias completion from _ssh() to _known_hosts()
and call it with _known_hosts -c. This means that _scp() can now also call
  it and complete on aliases in the ssh config files
2002-05-17 22:35:26 +00:00
ianmacd
90b352d303 - remove redundant line from add_entries() (_cvs() helper function) 2002-05-16 16:07:38 +00:00
ianmacd
5690dbbeeb - updated release to 20020516 2002-05-16 14:15:19 +00:00
ianmacd
780defa0dc - _cvs(): get rid of grep in get_entries(), so that characters such as '.'
in file names don't get interpreted
2002-05-16 07:10:04 +00:00
ianmacd
902a06d374 - _cd(): completion was failing when CDPATH pointed to directories containing
spaces in their names
2002-05-16 07:05:04 +00:00
ianmacd
6b7dfdf5f0 - _make(): don't include variable assignments when returning targets 2002-05-15 18:56:25 +00:00
ianmacd
281d1b76db - _cvs(): fix bug that caused null completion list in 'cvs diff' 2002-05-15 17:43:47 +00:00
ianmacd
fde0be3de7 - update release to 20020514 2002-05-14 13:54:38 +00:00
ianmacd
ba18ac0f5e - _cd(): still need to separate COMPREPLY on spaces 2002-05-14 13:53:58 +00:00
ianmacd
b491877197 - _ssh() and _known_hosts(): ssh config file directives are case-insensitive 2002-05-13 21:43:29 +00:00
ianmacd
7e08858b4c - _cd(): need to allow \n as separator
- _cd(): removed a chunk of code that probably hasn't worked for a while
2002-05-13 21:40:40 +00:00
ianmacd
75a84b0da6 - updated release to 20020511 2002-05-11 15:28:58 +00:00
ianmacd
cac78e3408 - _ssh(): fix newline from making it into compgen -W and consuming all of
system memory
2002-05-11 15:22:12 +00:00
ianmacd
9a93763757 - perform tilde expansion in dpkg completion 2002-05-11 07:28:58 +00:00
ianmacd
f4401ed56e - use sed instead of Perl in urpmi completion (patch from Guillaume Rousse
<rousse@ccr.jussieu.fr>)
2002-05-10 16:09:35 +00:00
ianmacd
432e2283f1 - add MP3 files to those on which mplayer and xine will complete
- mpg321 completes on MP3 files
- minor code patch-ups to make Linux-specific functions work on HURD systems
  (all of the above from Robert Millan <zeratul2@wanadoo.es>)
2002-05-09 16:20:53 +00:00
ianmacd
2500af25aa - changes to aptitude completion comments by Dr.Rafael Sepúlveda
<drs@gnulinux.org.mx>
2002-05-08 15:38:56 +00:00
ianmacd
e8432a6a54 - in cvs checkout mode, "cvs co -c" should take into account "-d" (patch by
Liviu Daia <Liviu.Daia@imar.ro>)
2002-05-08 15:26:18 +00:00
ianmacd
9605206c3a - postmap(1) and postalias(1) from the latest Postfix snapshot have a
new option, "-o" (patch by Liviu Daia <Liviu.Daia@imar.ro>)

- postfix(1) completion added (patch by Liviu Daia <Liviu.Daia@imar.ro>)
2002-05-08 15:23:51 +00:00
ianmacd
423777adfd - updated release to 20020507 2002-05-07 06:16:32 +00:00
ianmacd
d3341c3a4c - _known_hosts(): check /etc/ssh/ssh_config and ~/ssh/config to get location
of global and user known hosts files, rather than just assuming we know
  where they are
2002-05-05 23:31:28 +00:00
ianmacd
9d8cffb3fe - _ssh(): now also returns host aliases from /etc/ssh/config and ~/.ssh/config
files
2002-05-05 21:28:59 +00:00
ianmacd
7830f362dc - add completion for Postfix commands (patch by Liviu Daia <Liviu.Daia@imar.ro>
and Carsten Hoeger <choeger@suse.de>)
2002-05-05 20:46:30 +00:00
ianmacd
ab55ac1fc7 - _cvs(): cvs checkout now checks for registered modules, not just raw
directories in $CVSROOT
2002-05-05 18:29:35 +00:00
ianmacd
b985dd667f - _rpm(): additions for rpm 4.1 2002-05-05 18:20:02 +00:00