about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index d423dcd..b9d3d1a 100644
--- a/README.md
+++ b/README.md
@@ -145,6 +145,7 @@ Default: `n`.
 	             | <modetest>
 	             | prune             -- do not traverse into subdirectories
 	             | print             -- always true value
+	             | color <num>       -- always true value, override 256-color
 
         <timeprop> ::= atime | ctime | mtime
 	
@@ -292,6 +293,12 @@ List directory total sizes, indented:
       0 .git/refs/tags
 ```
 
+List all files, but print them in red if they match "havoc":
+
+```
+% lr -G -t 'name =~ "havoc" && color 160 || print'
+```
+
 ## Installation
 
 Use `make all` to build, `make install` to install relative to `PREFIX`