Based on our record, LNAV should be more popular than glogg. It has been mentiond 62 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
There’s a tool called lnav that will parse logfiles into a temporary SQLite database and allows to analyse them using SQL features: https://lnav.org/. - Source: Hacker News / 10 months ago
As others have kinda alluded to, it could be useful for testing TUI applications. I develop a logfile viewer for the terminal (https://lnav.org) and have a similar application[1] for testing, but it's a bit flaky. It produces/checks snapshots like [2]. I think the problems I run into are more around different versions of ncurses producing slightly different outputs. [1] - - Source: Hacker News / 11 months ago
The Logfile Navigator (https://lnav.org) is a log file viewer/merger/tailer for the terminal. It has some advanced UX features, like showing previews of operations and displaying context sensitive help. For example, the preview for filtering out logs by regex is to highlight the lines that will be hidden in red. This can make crafting the right regex a bit easier since the preview updates as you type. lnav... - Source: Hacker News / about 1 year ago
See https://lnav.org for a powerful mini-ETL CLI power tool; it embeds SQLite, supports ~every format, has great UX and easily handles a few million rows at a time. - Source: Hacker News / about 1 year ago
The code base seems like a good reference as a small Python project. My fav option in this class of apps: https://lnav.org/ It lets you use journalctl with pipes as requested here: https://github.com/Textualize/toolong/issues/4. - Source: Hacker News / about 1 year ago
Once you've extracted it, you'll need a text editor capable of opening very large files. I use glogg which lets you open files like this without loading the whole thing at once. Source: about 2 years ago
You can attack huge files with this: https://glogg.bonnefon.org/. Source: over 2 years ago
I've been using https://glogg.bonnefon.org/. The mark / matches feature is really handy. However there are a few bugs with highlighting and it hasn't been updated in a while. Will have to check this out! - Source: Hacker News / over 2 years ago
There's a multi-platform GUI tool glogg that 's very good for browsing and searching files that break normal editors (long lines in particular tend to kill editors even with word wrap enabled). Source: almost 4 years ago
For a nice GUI log file viewer, I really like glogg ( https://glogg.bonnefon.org/ ) which is avaialble windows/mac/linux. - Source: Hacker News / almost 4 years ago
BareTail - BareTail is a real-time log file monitoring tool. Features Real-time file viewing
klogg - klogg is the fork of glogg - the fast, smart log explorer.
LogViewPlus - Looking for a better log viewer? LogViewPlus is a professional log file viewer that can parse, read, tail, merge and analyze log files in any format. Remote log files (SFTP) and large files are supported. Easy configuration.
json-log-viewer - Powerful terminal based viewer for JSON logs using ncurses.
GoAccess - Open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix...
SPHW - LogViewer - A free platform-independent tool for monitoring log files in real-time.