diff options
author | slakmagik <jsun@freeshell.org> | 2010-05-11 20:00:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 20:00:10 +0200 |
commit | 2b106d5264449b2720019c018a965a2649b28dfe (patch) | |
tree | 3fa1cfc114f83162cfed94ad5f996a0d5d275600 /desktop/root-tail/README | |
parent | e19d85c5dff98e5bf9de3205f267ed8272f77678 (diff) | |
download | slackbuilds-2b106d5264449b2720019c018a965a2649b28dfe.tar.gz |
desktop/root-tail: Added to 12.0 repository
Diffstat (limited to 'desktop/root-tail/README')
-rw-r--r-- | desktop/root-tail/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/root-tail/README b/desktop/root-tail/README new file mode 100644 index 0000000000..14d5a160df --- /dev/null +++ b/desktop/root-tail/README @@ -0,0 +1,11 @@ +Root-tail displays a given file anywhere on your X11 root window, i.e. it is +kind of tail -f for multiple files using your desktop background as output +window. + +It has configurable colors, fonts, wrapping, justifying, continuation +indicators, geometry, and more and can interleave multiple files also making +it a sort of multi-tail. + +For example: +root-tail -g 800x250+100+50 -font 10x20 /var/log/messages,green \ + -font 12x24 /var/log/secure,red,'ALERT' |