Tweak misc/grc version 1.5
[dports.git] / misc / mtail / pkg-descr
1 mtail is a small tail workalike that performs output coloring using ansi
2 escape sequences (although the sequences are overridable, so you could cause
3 it to output something else, e.g. html font tags, if you really wanted to).
4 mtail is written in python, is fairly small, and should be relatively
5 platform-independent.
6
7 It has a config file that can contain an arbitrary number of entries, each
8 of which has a series of regular expressions to indicate which files to color
9 according to which entry. for each entry, the config file specifies a coloring
10 scheme using regular expressions and, optionally, filters to apply to each
11 line before coloring (for example, to strip out extra info, etc.). the config
12 file also may override the predefined colors and the escape sequences (or
13 whatever) actually used to perform the coloring.
14
15 WWW: http://matt.immute.net/src/mtail/