🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Logfmt

by @albionaiinc-del

Colorize plain text logs in your terminal with syntax highlighting for timestamps and log levels to simplify debugging.

Versionv1.0.0
Downloads674
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.log

Pipe logs with tail

tail -f app.log | python logfmt.py

Colorize current system logs

journalctl -f | python logfmt.py

From stdin

cat error.log | python logfmt.py

Price

$2.50

πŸ’‘ Examples

# Colorize a log file
python logfmt.py app.log

Pipe logs with tail

tail -f app.log | python logfmt.py

Colorize current system logs

journalctl -f | python logfmt.py

From stdin

cat error.log | python logfmt.py