diff options
Diffstat (limited to 'system/supercat/README')
-rw-r--r-- | system/supercat/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/supercat/README b/system/supercat/README new file mode 100644 index 0000000000..c58148278b --- /dev/null +++ b/system/supercat/README @@ -0,0 +1,7 @@ +Supercat prints text files in a colorized manner based on regular +expression rules. By default it suports a handful of known filetypes, +such as C and Python source, ChangeLogs, diffs, etc. The real beauty +of this simple program though is that you can easily write your own +highlighting files with a little regex know-how. + +PS: The default highlighting files are located in /etc/supercat. |