Show HN: LogLens, a fast alternative to grep – jq for structured logs
getloglens.comYou're right, the value isn't just speed—it's about integration. My goal was to build a single tool that replaces the entire grep | jq | awk | tail pipeline.
While Nushell is awesome for general structured data, LogLens is purpose-built for logs with features like built-in percentile stats (stats describe), structured watching (watch --where), and log context (-C 5) that are all designed to work together. The combined use of "query", "watch", and "tui" makes it very fast to pinpoint the exact logs you need.
The free search is the grep replacement, but the Pro tools are where the integrated workflow really shines. Appreciate you checking it out!