nerdlog

TUI log viewer with timeline histogram and no central server

brewmacoslinux
Try with needOr install directly
Source

About

TUI log viewer with timeline histogram and no central server

Commands

nerdlog

Examples

View logs from a file with interactive timeline histogram$ nerdlog /var/log/system.log
Stream logs in real-time from multiple log files$ nerdlog /var/log/app.log /var/log/error.log
View logs with custom time range filtering$ nerdlog --from '2024-01-01 10:00' --to '2024-01-01 12:00' /var/log/app.log