LogWatcher is an utility meant as a replacement for: tail -F /some/path/*
.
lw vs tail advantages:
ulimit -n
value high enough)Daniel (@dmilith) Dettlaff
Uses Kqueue for event monitoring (standard on BSD and macOS)
Works recursively through files/ directories but can be also used for single file monitoring
It's fast and DEBUG'able (through DEBUG and TRACE env variables)
Produces colorful output (especially in DEBUG and TRACE mode).
sh
cargo install --force lw
BSD
MIT