Show HN: Logram, a filterable, modular log navigator for the terminal
Category: cli-tool
Tags: log-navigator, cli-tool, c-plus-plus
Score: 7.0/10 (Innovation: 6, Technical: 7, Documentation: 8, Utility: 7)
Logram is a terminal-based log navigator that lets users define the structure of log lines and filter them by typed fields, combining the efficiency of memory-mapped I/O with vim-style navigation. Its modular design and persistent per-file configuration address a common pain point for developers who need fast, interactive log analysis directly on the server. This approach bridges the gap between raw grep/vim and full log aggregation platforms.
Target audience: backend devs, devops, system administrators
Repository: https://github.com/tGautot/Logram · C++ · MIT · 2 stars
View on Hacker News