# HG changeset patch # User paulo@thepaulopc # Date 1292312761 28800 # Node ID d516b77d4916a78f1c75c4cbc7ced4a88208de68 # Parent e618a3ff2027b4f741025a9bf1179b17d9b718d0 add index.* documentation files diff -r e618a3ff2027 -r d516b77d4916 index.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.css Mon Dec 13 23:46:01 2010 -0800 @@ -0,0 +1,1 @@ +@import "/index.css"; diff -r e618a3ff2027 -r d516b77d4916 index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.html Mon Dec 13 23:46:01 2010 -0800 @@ -0,0 +1,30 @@ + + + + + +rcg: regex colored grep + + + + + +
+

+rcg stands for regex colored grep and makes it easy to colorify your xterm-compatible terminal output. +

+

+The inspiration came from hack #75 from Linux Server Hacks by Rob Flickenger (O'Reilly). My version is written in C. +

+

+Download the latest source code from here. +

+
+ + + + diff -r e618a3ff2027 -r d516b77d4916 index.t2t --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.t2t Mon Dec 13 23:46:01 2010 -0800 @@ -0,0 +1,10 @@ +rcg: regex colored grep +Paulo Ang (pbba13@gmail.com) +2010-12-13 + + +//rcg// stands for //regex colored grep// and makes it easy to colorify your xterm-compatible terminal output. + +The inspiration came from hack #75 from //Linux Server Hacks// by Rob Flickenger (O'Reilly). My version is written in C. + +Download the latest source code from [here /hg/rcg/rcg-1/rcg.c].