lnav icon indicating copy to clipboard operation
lnav copied to clipboard

Ability to show/hide file with no content (at the moment)

Open piotr-dobrogost opened this issue 2 years ago • 1 comments

lnav version v0.11.1

It seems files with no content cannot be toggled shown/hidden in the files panel which is confusing as the reason for hiding a log file is most often the type of information in the log file and not weather or not it has content (which can change in any moment). I would like to be able to show/hide a file even if its size at the moment is 0.

piotr-dobrogost avatar Mar 06 '23 20:03 piotr-dobrogost

Currently, only log files can be shown/hidden. Since an empty file is considered a text file, this isn't possible. When support is added for hiding text files, this should work.

tstack avatar Jun 18 '23 13:06 tstack