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`