description in README
This commit is contained in:
parent
6a33ab321d
commit
ad010765d8
1 changed files with 9 additions and 0 deletions
9
README
9
README
|
|
@ -1 +1,10 @@
|
||||||
Color Up Arbitrary Command Ouput
|
Color Up Arbitrary Command Ouput
|
||||||
|
|
||||||
|
A regular expression based formatter that color up an arbitrary text output stream.
|
||||||
|
Examples :
|
||||||
|
cat colout.py | colout color red bold
|
||||||
|
colout /home/[a-z]+ magenta < /etc/passwd
|
||||||
|
ls -l | colout .\(r.-\){3} yellow standard
|
||||||
|
make 2>&1 | colout [0-9]+ green | colout error
|
||||||
|
make 2>&1 | colout [0-9]+ yellow standard | colout error | colout warning magenta | colout \(note\)\|\(#pragma\\s+\) green standard
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue