kale
Kale (colour-tail → cail → kale) behaves similarily to tail's live-follow mode, but with extra support for highlighting streamed text.
Stability Index
2, Evolving - This project is healthy, but might lack testing or documentation or it is prone to breaking changes
Usage
kaleKale is built to help find important logs; for example:
kale --whole Timeout < /var/log/syslog | less
# or
cat /var/log/syslog | kale --whole Timeout | lesshighlights timeout logs and passes them to less to let you scroll through highlighted text.
Installation
On Linux distributions that support Snap packages, run:
sudo snap install kaleChangelog
#### v0.8.0
- Patched a recent error in whole-line support.
#### v0.7.0
- Added an icon
- Fixed validation of config files; specifying only literals in a config file caused undefined errors.
- Added experimental variable support to named patterns. The exact syntax may change during the next release.
#### v0.6.0