ztail: Multi-file, colored, filtered log tailer.

[ bsd3, console, program, system ] [ Propose Tags ]

An even more improved version of xtail/tail -f, including inotify support, full regex-based filtering, substitution, and colorization.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
inotify

Enable inotify support

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.0.1, 1.0.2, 1.1, 1.2, 1.2.0.1, 1.2.0.2, 1.2.0.3
Dependencies array (>=0.5 && <0.6), base (>=4.9 && <5), bytestring (>=0.10 && <1.12), filepath (>=1.4 && <1.5), hinotify (>=0.3.6 && <0.5), process (>=1.2 && <1.7), regex-posix (<1), time (>=1.5 && <1.12), unix (>=2.7 && <2.8), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Dylan Simon
Maintainer dylan@dylex.net
Category System, Console
Source repo head: darcs get http://hub.darcs.net/dylex/ztail
Uploaded by DylanSimon at 2022-03-19T23:39:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ztail
Downloads 5614 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2022-03-20 [all 1 reports]

Readme for ztail-1.2.0.3

[back to package description]
An even more improved version of xtail/tail -f.

Requirements:
 - ghc
 - hinotify (http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinotify)

Example:
  ztail -I -r300 \
	-c bright,red /var/log/kernel \
	-c yellow /var/log/daemon \
	-a -c blue -t '%b %d %H:%M:%S' -h '\@ ' /var/log/Xorg.0.log

TODO:
  configuration file (currently the command line can get unwieldy)

https://dylex.net:9947/src

Suggestions, improvements, patches, complaints welcome.