Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zle -R does it support color?
- X-seq: zsh-users 15777
- From: Wendell Hom <wendell_hom@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: zle -R does it support color?
- Date: Tue, 8 Feb 2011 16:29:05 -0800 (PST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1297211345; bh=vdoOtR3eYGkraRvIJOEB7UeE1I/LyWYfjz9cql3N6sQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=v0r+ggioMBQInhTBUgMu5kTaRd26s/9g1m+GFzpTL922DM72sQAJ8c+yO82qgz+3lUFL3eyJwb6Atm/FBfD6k+PaqNDxyvYjLbrpytC0bHXcWDEQxgZZuNs5CnNKrFJuW230pfJxTZ4RsP4lKmK5x+THgJZTuNVhOt4C+qL5Vf0=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=hQwgxQc1n2s4c5bRlFIYrPdgdU29R3VPLX52h+vBi95CFRGHWavEr5YC0gBAyiFjbIHCzXWf5OpDckkeQdYqUnvgepjUaWQEeQX1TI5gYplxfRtUQekYXdn6LWbOsoitJKEdKtLv3UdJTH9nEPJRyodcfyDqvDvKPZPOvcrbjSs=;
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
I have a script that helps me navigate around directories and aid in filename
completion.
I am using zle -R to list the file/directory choices that match a string in the
buffer. The script serves its purpose, but I can't seem to get any color output
using zle -R; it displays control characters instead. Does zle -R support color
output? It would be nice to have a color-coded output so I can easily spot
directories vs. filenames vs. symlinks, etc.
Thanks,
Wendell
____________________________________________________________________________________
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.
http://answers.yahoo.com/dir/?link=list&sid=396545367
Messages sorted by:
Reverse Date,
Date,
Thread,
Author