Show HN: Lazylogs -TUI structured log viewer (less meets jq for your terminal)

  • Posted 3 hours ago by yasomaru
  • 1 points
https://github.com/yasomaru/lazylogs
I built a fast TUI viewer for structured logs. It auto-detects JSON Lines, logfmt, and plain text, with level/time filtering, search, and custom columns.

  Handles 1M+ lines with batch processing (~550K JSON lines/sec).

  Pipe-friendly: kubectl logs -f pod | lazylogs

  Built with Go and Bubble Tea. Feedback welcome.

0 comments