← All tools

rgrannell1/kale

Popularity 70 Updated Development & Build

A command-line tool that highlights logs using regular expressions

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

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

kale

Kale is built to help find important logs; for example:

kale --whole Timeout < /var/log/syslog | less

# or
cat /var/log/syslog | kale --whole Timeout | less

highlights 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 kale

Changelog

#### 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