From 9edce1f645161562a689bda0bbfcf54d5f2b5198 Mon Sep 17 00:00:00 2001 From: Nicolas Pouillard Date: Sun, 24 Mar 2013 23:59:13 +0100 Subject: [PATCH] Example of the perm template --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9199ac6..1e60937 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,9 @@ special characters that would be recognize by your shell. * Color in green read permission, in bold red write and execution ones: `ls -l | colout '(r)(w*)(x*)' green,red normal,bold` +* Color permissions with a predefined template: + `ls -l | colout -t perm` + * Color in green comments in colout sources: `colout '.*(#.*)$' green normal < colout.py`