ianmacd
2cf5019d4c
- harbour completion contrib added
2002-03-25 16:11:35 +00:00
ianmacd
036ef0c3a8
- _ncftp(): replace cut with sed, since the existing cut command uses
...
--output-delimiter, which FreeBSD's cut doesn't have. We now also output
only the name of the bookmark, not the expansion to which it points.
2002-03-24 19:26:34 +00:00
ianmacd
e7d9e8471f
- _screen(): when dealing with -s, /etc/shells can have comment lines in it
2002-03-24 19:05:07 +00:00
ianmacd
ac0060af70
- _mount(): showmount is in /bin on FreeBSD
...
- _mount(): --show-headers is a GNU option not supported on FreeBSD's
showmount, so pipe through 'sed 1d' instead
- _killall(): 'c' switch to ps is superfluous
2002-03-24 18:57:37 +00:00
ianmacd
26acbc7f7c
- add handling of -r|--remove|--purge to dpkg completion
...
- add completion for dpkg-reconfigure
- add time to list of commands that use _command() for completion
2002-03-24 18:44:55 +00:00
ianmacd
e544ba713d
- updated release to 20020324
2002-03-24 07:11:30 +00:00
ianmacd
d30ee866d7
- update version and changelog
2002-03-24 07:10:58 +00:00
ianmacd
ede9d65371
- killall completion now also works on FreeBSD
2002-03-24 00:34:33 +00:00
ianmacd
54349c16fc
- alter _kill() to use /proc, so that it also works on FreeBSD and maybe other
...
systems, too
- alter _killall() to use simpler and more reliable way of getting at the
process name
2002-03-23 21:59:49 +00:00
ianmacd
6288ab29d7
- update release to 20020322
2002-03-22 15:54:52 +00:00
ianmacd
09144e5aea
- update version and changelog
2002-03-22 15:54:12 +00:00
ianmacd
0946ad341f
- move p4 completion into contrib, since not many people have this
2002-03-22 15:50:29 +00:00
ianmacd
3ff74ba156
- _rpm(): RPM kan also verify uninstalled packages these days, so detect
...
and act on -p
- _rpm(): add --querytags, --specfile, --whatrequires and --whatprovides
to options that 'rpm -V' can take
2002-03-22 15:45:42 +00:00
ianmacd
69020fc682
- one-liners for vi, vim, emacs and wine
2002-03-22 03:29:30 +00:00
ianmacd
8a780754ec
- only ee & display can handle .ico files
...
- realplay can also handle .smi and .smil files
2002-03-22 03:18:54 +00:00
ianmacd
0a8c423b36
- timidity and playmidi complete on .mid and .midi files
2002-03-19 15:19:58 +00:00
ianmacd
581a9c41c5
- update version and changelog
2002-03-18 17:14:57 +00:00
ianmacd
cf3c9807b9
- updated release to 20020318
2002-03-18 17:12:00 +00:00
ianmacd
a405220d06
- gv ggv now also complete on compressed PDF files
2002-03-18 17:10:57 +00:00
ianmacd
d737fe13a0
- add completion for -S|--search in dpkg completion
2002-03-16 19:49:44 +00:00
ianmacd
57dfffdc5b
- add chage, write, talk and chfn to list of commands that complete on user
2002-03-15 19:02:48 +00:00
ianmacd
81187bdaab
- _insmod(): the output of modinfo has changed in recent versions of modutils,
...
so alter the awk script to also deal with the case of the new output
2002-03-15 19:02:06 +00:00
ianmacd
b7429cecd2
- add .ico completion to ee, display, etc.
2002-03-15 16:39:18 +00:00
ianmacd
b3ad6561fa
- _scp(): try to perform remote path completion when parameter contains a
...
colon. This is subject to usual bash trailing whitespace issue.
2002-03-15 06:20:04 +00:00
ianmacd
1ed9003a84
- update version and changelog
2002-03-14 17:28:27 +00:00
ianmacd
1229cd1185
- update release to 20020314
2002-03-14 17:27:13 +00:00
ianmacd
fbcd289b6d
- _man(): eval requires double backslash escaping of ls
2002-03-13 06:29:52 +00:00
ianmacd
5d3313a2ce
- check that $BASH_COMPLETION_DIR is actually a directory
...
- update release to 20020311
2002-03-11 18:36:44 +00:00
ianmacd
7926c599ca
- update version and changelog
2002-03-11 18:32:27 +00:00
ianmacd
fd1ce927d2
- add FAQs on $BASH_COMPLETION_DIR and rating
2002-03-11 17:53:32 +00:00
ianmacd
298fe3cce4
- use $BASH_COMPLETION_DIR to determine where loose completon scripts are
2002-03-11 17:38:17 +00:00
ianmacd
0287b238b2
- add Debian Linux reportbug(1) and querybts(1) completion (submitted by
...
Chris Lawrence <lawrencc@debian.org>)
2002-03-11 01:15:09 +00:00
ianmacd
ca39a49656
- _dpkg(): add dpkg-deb options and give dpkg-deb the same expansions as dpkg
...
(patch submitted by Chris Lawrence <lawrencc@debian.org>
2002-03-11 01:10:17 +00:00
ianmacd
191f225e64
- source files in /etc/bash_completion.d prior to sourcing ~/.bash_completion
2002-03-08 18:50:24 +00:00
ianmacd
fc3c3bd9e0
- _cd(): trim leading './' from relative completions, since bash will see
...
'./foo' and 'foo' as two distinct completions and return both, even though
the './' will be cropped when displaying them
2002-03-08 18:46:15 +00:00
ianmacd
dbeb1401db
- _java(): fixed reference to wrong local variable
2002-03-08 17:26:41 +00:00
ianmacd
a30b482971
- _dpkg(): -i|--install|--unpack|-A|--record-avail was not completing on
...
directories
- _dpkg(): -s|--status|-p|--print-avail|-L|--listfiles ignored current
parameter and thus returned full list of installed packages
2002-03-08 17:21:30 +00:00
ianmacd
b22b0484e0
- some white space clean-up, removal of e-mail addresses and removal of
...
comment pertaining to an ssh completion bug that was fixed a while ago
2002-03-07 18:04:05 +00:00
ianmacd
314e38b9b7
- add _urpmi.media(), _urpmi(), _urpmi.update(), _urpmi.addmedia() and
...
_urpmi.removemedia() for Mandrake urpmi completion. These were submitted by
Guillaume Rousse <rousse@ccr.jussieu.fr>
2002-03-07 18:00:48 +00:00
ianmacd
afeabd71be
- add initial option support to _tar()
2002-03-07 17:47:12 +00:00
ianmacd
3888c637b2
- add java completion submitted by Guillaume Rousse <rousse@ccr.jussieu.fr>,
...
with just a couple of modifications
2002-03-07 17:44:48 +00:00
ianmacd
a72c526952
- add jar(1) completion from Guillaume Rousse <rousse@ccr.jussieu.fr>
2002-03-07 17:35:32 +00:00
ianmacd
9ffa1fe16a
- ant completion replaced by function provided by
...
Guillaume Rousse <rousse@ccr.jussieu.fr>, with a few changes to trap
compgen errors and other minor issues
2002-03-07 17:32:03 +00:00
ianmacd
dc5e5a1cfc
- _rpm(): handle query of uninstalled packages when options are not
...
concatenated, i.e. rpm -qp worked, but rpm -q -p did not. Further
complicated by fact that other options could be interspersed,
e.g. rpm -q -l -p -i, and that partial concatenation could be given,
e.g. rpm -q -ipl
2002-03-07 16:16:43 +00:00
ianmacd
41b04176d9
- updated release to 20020306
2002-03-06 19:24:06 +00:00
ianmacd
949a4cb1f9
- it helps to put a date on a changelog entry :-)
2002-03-06 18:24:23 +00:00
ianmacd
334887be51
- update version and changelog
2002-03-06 18:23:00 +00:00
ianmacd
9f467242c0
- update release and changelog
...
- include contrib dir as documentation
2002-03-06 18:22:14 +00:00
ianmacd
f27c448ef2
- _man(): Debian does not support man --path, so try setting path using
...
manpath and, if that fails, use man --path instead
2002-03-06 17:38:37 +00:00
ianmacd
3d1d2d9e18
- _export() and _configure() default to default bash completion if all else
...
fails
- before sourcing ~/.bash_completion, check that the current file being
sourced is not this very file. Otherwise, we cause an infinite loop.
2002-03-05 23:23:30 +00:00