summaryrefslogtreecommitdiff
path: root/misc/colortail
AgeCommit message (Collapse)AuthorFilesLines
2001-03-31SED substitution in one line instead of threezuntum1-4/+2
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-24Add colortail-0.3.0: colour-able replacement for tail(1)hubertf8-0/+77
Colortail works like the standard tail but it can optionally read a color config file where it's specified expressions that results in colors. It can be used to quickly get an overview of interesting activity by ie. colorize those brightred or some other color of your choose. Examples of the color configuration files are in $PREFIX/share/examples/colortail. XXX patch-aa replaced to work around a bug in this program that assumes non posix/ansi semantics of fgetc(): clearerr() must be used after EOF from fgetc() to read any new data.