winget install --id tstack.lnav
About lnav
The Logfile Navigator is a log file viewer for the terminal
What's new in 0.14.1-rc1
lnav v0.14.1 Features: - Added the :reload-view command, bound to F5/⌘-R, that re-runs the operation that populated the current view. In the DB view, this re-executes the last SQL query; in the TIMELINE view, it rebuilds the index. Views that don't have a meaningful reload report an error. - The DB view now shows a status bar above the bottom status bar with the SQL query that populated the view, the relative time when it was run, and how long it took. A reload icon on the left side of the bar can be clicked to re-run the query. For queries that read from log-backed tables, the status bar also calls out whether the results are "on current log data" or "on old log data" relative to what lnav is currently indexing. The same information is exposed via the new lnav_views.view_details column. - For terminals that support the Kitty Keyboard protocol, the following hotkeys are now supported in the prompt: - ⌘-C to copy the current selection to the clipboard. - ⌘-A to select all text. - ⌘-X to cut the current selection to the clipboard. - ⌘-Z to undo the last change. - The multi-line prompt can now be resized with the keyboard: ALT-= grows the prompt by one line and ALT-- shrinks it by one line. This complements the existing click-and-drag resize on the prompt's status bar. - Additional readline-style key bindings in the prompt (issue #1676): - ALT-f / ALT-b move forward/backward by word. - ALT-d cuts to the end of the next word. - ALT-BACKSPACE is an alias for CTRL-W. - ALT-l / ALT-u lower- or upper-case the next word. - ALT-c capitalizes the next word. - CTRL-h and CTRL-d are ali...
Version history
| Version | Updated | Notes |
|---|---|---|
| 0.14.1-rc1 | Unknown | lnav v0.14.1 Features: - Added the :reload-view command, bound to F5/⌘-R, that re-runs the operation that populated the current view. In the DB view, this re-executes the last SQL query; in the TIMELINE view, it rebuilds... |