summaryrefslogtreecommitdiffstats
path: root/system/colortail/README
blob: bad0d89b284b413a955db42bd2f7f92106aaaac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Colortail

Colortail works like tail but can optionally read one or more config
files where it's specified which patterns results in which colors.

Colortail uses regular expressions (see regex(7)) to determine which
lines and parts of lines to print in which colors.

If you experience issues with color working, add the following line to
your .bashrc or /etc/profile

alias colortail='colortail --config=/etc/colortail/default.conf'