https://github.com/mithileshgupta12/Vayu.git
Vayu is a high-performance, TUI-based JSON log explorer written in Go. It is designed to make reading Newline Delimited JSON (NDJSON) logs effortless and fast, even for large files.
/ to filter logs instantly with regex.c to toggle column visibility.s to reverse sort order (Newest/Oldest).go install github.com/mithileshgupta12/vayu/cmd/vayu@latest
vayu <path-to-logfile>
| Key | Action |
|---|---|
j / โ | Move down |
k / โ | Move up |
/ | Start Filtering |
c | Enter Column Management Mode |
s | Toggle Sort Order (Reverse) |
Space | Toggle Column (in Column Mode) |
q | Quit |