zsh-users
 help / color / mirror / code / Atom feed
* Colorize command output
@ 2005-02-21 16:16 Ralph Pöllath
  2005-02-21 16:34 ` zzapper
  0 siblings, 1 reply; 3+ messages in thread
From: Ralph Pöllath @ 2005-02-21 16:16 UTC (permalink / raw)
  To: zsh-users

Hi,

To make conflicts stand out, I'd like to colorize the output of the svn 
command so that lines starting with C are displayed in red. My first 
shot at this was

% svn status | sed -e 's/^C/\e[31mC\e[0m/g'

but the escapes aren't interpreted. Can anyone help?

Thanks,
-Ralph.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-21 18:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-21 16:16 Colorize command output Ralph Pöllath
2005-02-21 16:34 ` zzapper
2005-02-21 18:35   ` Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).