480 Commits

Author SHA1 Message Date
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
ianmacd
7eff6df406 - allow xmms to also complete on .wav files 2002-10-17 00:47:30 +00:00
ianmacd
bc55bffeae - return core files in gdb completion 2002-10-15 22:09:09 +00:00
ianmacd
8fb8396e3d - tar file completion on files within .bz2 archives did not work 2002-10-14 17:57:15 +00:00
ianmacd
4c22d031fc - in _tar(), don't perform regular file completion when completing on files
inside tar files
2002-10-14 16:56:46 +00:00
ianmacd
73bddff0e5 - update release to 20021013 2002-10-13 16:06:00 +00:00
ianmacd
046ad76d74 various fixes from Rafael Sepúlveda <drs@gnulinux.org.mx>
- fixed apt-cache 'show' completion bug
- fixed function names with hyphens
- aptitude completion function was loaded, regardless of presence of program
- various improvements to other Debian commands
2002-10-13 01:46:49 +00:00
ianmacd
d1041d29dc - mount completion should ignore commented out lines in /etc/fstab 2002-10-10 13:43:38 +00:00
ianmacd
9913362b38 - add option completion to Python
- make Python completion append a '/' at the end of directories
  (use -o filenames rather than -o default to compgen)
  (patch by Rafael Sepúlveda <drs@gnulinux.org.mx>)
2002-10-10 06:38:05 +00:00
ianmacd
e6f88b15c9 - offer --force-confmiss, not --force-miss with dpkg completion 2002-10-09 05:29:14 +00:00
ianmacd
794448c822 - perform file completion with ssh when -i is given 2002-10-08 05:00:57 +00:00
ianmacd
48cdae4d91 - update release to 20021007 2002-10-07 14:31:47 +00:00
ianmacd
2497a3e3c1 - back out double hostname fix for scp 2002-10-07 14:27:01 +00:00