Tim Stack
Tim Stack
Are you still looking to do this? I could help make a format file for you.
> I personally prefer `:toggle-filtering` over `ctrl` + `f`. Hmm, this seems like a bug. `CTRL` + `F` should probably be bound to `:toggle-filtering`. The current keymap has it running...
Yes, this is somewhat intentional since I didn't want SQL operations that were used in implementing hotkeys to clobber the contents of the DB view. But, yes, there needs to...
> Were you thinking something like `:display-table` or `:write-table-to` Yes, probably a command like this to specify where results are directed to. I'll think about it a bit.
> Not sure if this helps your decision on this but I thought I'd add that scripts that depend on the currently selected line in the db view are fairly...
Hmm, I kinda want to say this was intentional. The `:export-session-to` command is more for sharing a session with another user. And, that user might not have the same preferences...
> look at similar log files with the same filters and stuff Maybe take a look at #949 which has some discussion on setting up filters. How about this, I...
I think I've seen this before, but can't remember what the case was. Can you send some more details? You can get a debug log by passing `-d /tmp/lnav-debug.log` to...
Going to close, reopen if still an issue with v0.13.0+
> 1. Start a Spring Boot application from the initializer and use any default logging configuration. > 2. Run the application and write logs to a file. I really don't...