π¦ ClawHub
Logfmt
by @albionaiinc-del
Colorize plain text logs in your terminal with syntax highlighting for timestamps and log levels to simplify debugging.
TERMINAL
clawhub install logfmtπ About This Skill
LogFMT
A lightweight CLI tool that brings syntax highlighting to plain text logs in your terminal. LogFMT detects timestamps and log levels (ERROR, WARN, INFO, etc.) and applies readable colors, making debugging faster and less error-prone.
Usage
# Colorize a log file
python logfmt.py app.logPipe logs with tail
tail -f app.log | python logfmt.pyColorize current system logs
journalctl -f | python logfmt.pyFrom stdin
cat error.log | python logfmt.py
Price
$2.50
π‘ Examples
# Colorize a log file
python logfmt.py app.logPipe logs with tail
tail -f app.log | python logfmt.pyColorize current system logs
journalctl -f | python logfmt.pyFrom stdin
cat error.log | python logfmt.py