492 Commits

Author SHA1 Message Date
ianmacd
eb3d8ef738 - minor removepkg fix 2002-12-19 20:57:36 +00:00
ianmacd
38a9d41914 - proper mplayer completion by Peter Valach <pvalach@gmx.net> 2002-12-19 20:56:47 +00:00
ianmacd
b8e92cb9d6 - reinstate Samuel J. Irlapati's patch to avoid unbound variable warnings
when bash is run with 'set -u'. This also fixes a CVS completion error
  if CVS completion is attempted in a directory with no CVS/Entries file.
  Patch was modified to test for set variables with -n, rather than ! -z.
2002-12-18 18:15:46 +00:00
ianmacd
dc0b6fbcf8 - update release to 20021217 2002-12-17 08:43:45 +00:00
ianmacd
392edb639c - tar should also be able to recognise .tar.Z (or .tZ for that matter) files 2002-12-16 19:48:58 +00:00
ianmacd
ee4121a784 - perldoc completion also returns names of core Perl man pages 2002-12-14 01:17:43 +00:00
ianmacd
5ada6339cd - update release to 20021213 2002-12-13 04:12:34 +00:00
ianmacd
90940f679d - revert unbound variable patch 2002-12-10 16:05:31 +00:00
ianmacd
15aee45acb - ytalk now completes in the same way as talk
- traceroute6, tracepath and tracepath6 now also complete on known hosts
- command completion now also performed for ltrace, then, else and do
  (patches from Koblinger Egmont <egmont@uhulinux.hu>)
2002-12-10 00:30:08 +00:00
ianmacd
85c46e7124 - fix a lot of variable tests to avoid 'unbound variable' warnings when
running bash with 'set -u' (some still remain, but the file now at least
  sources without warnings) (patch by Samuel Irlapati
  <samuel.irlapati@unisys.com>)
2002-12-09 20:48:15 +00:00
ianmacd
7a3bccfa2b - minor fix to gdb completion 2002-12-09 20:35:37 +00:00
ianmacd
e3dffc7054 - commands that complete on .htm(l) files now complete on .(x)htm(l) 2002-12-06 21:43:02 +00:00
ianmacd
813b7f4bae - fix ypmatch completion
- update release to 20021205
2002-12-05 20:43:10 +00:00
ianmacd
9852418029 - ypmatch takes parameters of key, map -- not map, key -- so key completion
is not possible
2002-12-05 16:58:26 +00:00
ianmacd
9cf86f6f10 - first stab at ypmatch(1) and ypcat(1) completion 2002-12-05 05:31:42 +00:00
ianmacd
55f4a3ed0d - check for insmod and rmmod in path before installing completion functions 2002-12-05 04:22:22 +00:00
ianmacd
e53dc3e01e - add rcsdiff to list of RCS commands that use RCS completion function 2002-12-05 01:58:28 +00:00
ianmacd
737c2b7245 - don't bother completing on PIDs in screen completion
(patch by Jean-Baptiste Quenot <jb.quenot@caraldi.com>)
2002-12-05 01:56:19 +00:00
ianmacd
76906d116c - add FreeBSD portupgrade completion
(from Jean-Baptiste Quenot <jb.quenot@caraldi.com>)
2002-12-05 01:52:56 +00:00
ianmacd
0c200b3745 - add FreeBSD kernel module command completion (patch from
Jean-Baptiste Quenot <jb.quenot@caraldi.com>)
2002-12-05 01:47:49 +00:00
ianmacd
b64e48ad03 - add .zargo to list of extensions that unzip can complete on (this is for
Gentleware)
2002-12-05 01:31:52 +00:00
ianmacd
36e49c9c1a - don't source files in $BASH_COMPLETION_DIR if they are vi swap files,
Debian back-ups, Emacs temp files, back-ups, etc.
2002-12-05 01:18:17 +00:00
ianmacd
74296a3fd7 - don't source files in $BASH_COMPLETION_DIR if they end in ~ or .bak 2002-12-04 06:41:21 +00:00
ianmacd
f7e9a07995 - add .flac completion to xmms 2002-12-04 06:26:35 +00:00
ianmacd
8f84941e04 - make dpkg completion also handle .udeb files 2002-12-04 06:25:47 +00:00
ianmacd
efb8c89b90 - dpkg completion completes for -c as for --contents 2002-12-04 06:17:47 +00:00
ianmacd
c6bc8e0184 - make gzip work with .tgz files, not just .gz files 2002-12-04 04:43:34 +00:00
ianmacd
4d4ab0f472 - make ee and display complete on .pnm and .xwd files 2002-12-04 04:37:03 +00:00
ianmacd
88d97493f2 - minor rpm fix 2002-12-04 04:32:06 +00:00
ianmacd
a7da009747 - make texi2dvi complete like other LaTeX programs 2002-12-04 04:02:12 +00:00
ianmacd
5327e054f9 - updated release to 20021026 2002-10-26 04:11:59 +00:00
ianmacd
6aaac31c20 - Mandrake urpmi completion improvements from Guillaume Rousse
<rousse@ccr.jussieu.fr>
2002-10-26 04:04:45 +00:00
ianmacd
11b626867c - .wav completion for mplayer 2002-10-26 03:54:48 +00:00
ianmacd
1f0d316cba - more scp fixes and simplifications 2002-10-25 20:45:23 +00:00
ianmacd
5d97a2c928 - very basic look(1) completion 2002-10-23 14:05:16 +00:00
ianmacd
8e9c9a64f3 - previous fix to man completion when completing on name with '.' in it,
broke completion on names with colons in them. This fixes that.
2002-10-23 13:50:04 +00:00
ianmacd
492d466148 - use external ls in scp completion if an alias has been defined 2002-10-22 18:23:41 +00:00
ianmacd
7929897efa - update release to 20021022 2002-10-22 14:00:22 +00:00
ianmacd
8573440e57 - get rid of scp helper function, as interpolation is subject to error 2002-10-22 13:59:44 +00:00
ianmacd
536f05adab - update release to 20021021 2002-10-21 04:42:40 +00:00
ianmacd
8580c567a9 - PID is optional in screen completion
(patch from Jean-Baptiste Quenot <jb.quenot@caraldi.com>)
2002-10-20 20:20:49 +00:00
ianmacd
0026a9cb0b - redirect stderr to /dev/null when performing remote path completion for
scp
- factor out the scp ls completion code into its own function, as we need to
  call this once remotely and once locally
2002-10-20 20:11:21 +00:00
ianmacd
9ae4341c37 - references to ps now use command built-in to avoid ps calling alias or
function on systems where those are in use
2002-10-20 04:56:41 +00:00
ianmacd
c562a15082 - fix sockets being returned in scp completon
- fix FreeBSD pkg_delete completion
2002-10-17 18:51:25 +00:00
ianmacd
e07de45111 - update release to 20021017 2002-10-17 05:20:05 +00:00
ianmacd
cbd40ee322 - scp completion fixes
- don't escape : with \
  - doesn't require bash on remote machine
  - deal properly with file names containing spaces
  (patch by Lucien Saviot <Lucien.Saviot@u-bourgogne.fr>, with minor
  alterations from me)
2002-10-17 03:33:24 +00:00
ianmacd
c340b7d8d1 - simplify FreeBSD pkg_delete completion, so that it doesn't need sed
- add Slackware Linux removepkg completion (by Christian Birchinger
  <joker@netswarm.net>)
2002-10-17 03:01:21 +00:00
ianmacd
8ea42074bb - add FreeBSD pkg_delete and pkg_info completion
(patch by Jean-Baptiste Quenot <jb.quenot@caraldi.com>)
2002-10-17 01:18:34 +00:00
ianmacd
921342ad27 - Perl module completion loops endlessly if an element of the @INC path does
not exist and there are subdirectories in the current directory
  (patch from Alexander Kreuzer <alex@flotzen.de>)
2002-10-17 01:05:29 +00:00
ianmacd
4ef7513461 - minor fix to apt-build completion 2002-10-17 00:53:37 +00:00