nless
looks like a strong operator/debugging tool in the `lnav` / `visidata` / `csvlens` neighborhood but with better live-stream ergonomics.
Imported from historical reading log.
- Extracted main post via
api.fxtwitter.comfallback and checked project site for more detail. - Terminal Trove highlights
nless(nothing-less) by Matt Pryor: a Textual-based TUI for exploring logs/CSV/JSON as terminal tables. - Most interesting capabilities: live streaming stdin, delimiter inference/switching, filter/sort/search, log parsing into columns, pivoting/reshaping, excluded-line inspection, and saved sessions/views.
- Author framing: built from a Kubernetes engineer’s need to dissect streaming tabular data like
kubectl get ... -woutput. - Why it matters: looks like a strong operator/debugging tool in the
lnav/visidata/csvlensneighborhood but with better live-stream ergonomics. - Good follow-up angle: worth trying on OpenClaw logs, kubectl/event streams, or broker/infra logs; possible
terminal tools worth actually adoptingcandidate.