Re: bash auto-complete beep

Matthew Hiller (matthew.hiller@yale.edu)
Sun, 21 Feb 1999 22:14:30 -0500 (EST)

> You could switch to zsh... it has many more options for completion: You
> can create configurations for completion of arguments to specific
> commands, so telnet would let you complete from a list of hostnames, man
> from your manpage directories, and so on. Repeatedly hitting tab will
> rotate through the possible choices. Typos are corrected. And so on.
> Actually, Bash may have some of these options but it's been a while for
> me.

Most of them, probably. (I use tcsh, but am under the impression
that tcsh and bash are roughly equivalent in functionality. The only thing
there that I can't do is set up TAB to have one behavior on the first hit
then another on subsequent hits. Like normally-completing and autolisting
on the first hit, then rotating through possible choices on subsequent
hits. If this is what you meant.)

Matt