hl

Fast and powerful log viewer and processor with syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

Fast and powerful log viewer and processor

Commands

hl

Examples

View a log file with syntax highlighting$ hl /var/log/system.log
Process and highlight logs from stdin with grep filtering$ cat /var/log/app.log | grep ERROR | hl
Follow and highlight logs in real-time$ tail -f /var/log/app.log | hl