Skip to content

Instantly share code, notes, and snippets.

View vfmatzkin's full-sized avatar

Franco Matzkin vfmatzkin

View GitHub Profile
@vfmatzkin
vfmatzkin / logpager.py
Created February 24, 2026 16:31
Interactive Log Pager (tail + search + scroll)
#!/usr/bin/env python3
"""
Colored log viewer with search and scroll.
Keys:
/ Search n/N Next/prev match
e/E Errors ↓/↑ w/W Warnings+ ↓/↑
s/S Line ↑/↓ d/D Page ↑/↓
g/G Top/bottom p Pause/unpause
a Resume live c Clear q Quit