Thanks for maintaining debian's bash package.
It's my preferred language for day to day work.
The main reason I'm writing is that it occurred to
me that bash's command line could be made
a.) prettier and
b.) more useful
with syntax highlighting.
A screen shot of vim's implementation is attached.
Thanks,
Kingsley
Until this is fixed, try the fish shell. It has syntax highlighting[1] as you desire. Unfortunately, its scripting syntax is different than bash's. I wish it used bash scripting syntax. Regards, -Jason ^ [1]. http://fishshell.org/screenshots.html
The developers of bash never showed a lot of interest for the feature you request (http://lists.gnu.org/archive/html/bug-bash/2009-08/msg00019.html). You might try fizsh instead, which provides a zsh implementation of syntax-highlighting. Fizsh is available in Debian unstable ( http://packages.debian.org/sid/shells/fizsh) The package fizsh uses zsh under the hood. Therefore it generally accepts bash-compatible syntax. Moreover, fizsh gives yoy all the benefits of zsh. The latter is IMO a much more powerful shell than bash. Best wishes, Guido