lnav v0.11.2
Features:
- A "cursor" mode has been added to the main view that can
be toggled by pressing CTRL-X. While in cursor mode, any
operations that would normally work on the "top" line now
operate on the selected line instead. - Added CTRL-D and CTRL-U hotkeys to move down/up by half
a page. - Added an
auto-width
flag to the elements of the
line-format
array that indicates that the width of the
field should automatically be determined by the observed
values. - Number fields used in a
line-format
now default to
being right-aligned.
Bug Fixes:
- Hidden values in JSON logs are now hidden by default.
- Text with ANSI-escapes is now filtered properly.