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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.8 && <4.10), bytestring (>=0.10 && <0.11), filepath (>=1.4 && <1.5), hinotify (>=0.3.6 && <0.4), process (>=1.2 && <1.7), regex-posix (<1), time (>=1.5 && <1.9), unix (>=2.7 && <2.8), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Dylan Simon
Maintainer dylan@dylex.net
Revised Revision 4 made by DylanSimon at 2018-03-21T14:01:11Z
Category System, Console
Source repo head: darcs get http://hub.darcs.net/dylex/ztail
Uploaded by DylanSimon at 2016-04-02T23:38:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ztail
Downloads 5604 total (37 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 2016-11-21 [all 8 reports]

Readme for ztail-1.2

[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.