Tim Stack

Results 189 comments of Tim Stack

Support for multiple `:filter-expr`s introduces a lot of UX issues. Can you provide some suggestions on how the whole flow would work? For example: * How are these separate expressions...

Indeed, I'm not sure the best way to go about this, unfortunately. However, I think you can do what you want by reading the value out of the raw JSON...

Try turning on [cursor-mode](https://lnav.org/2023/06/23/cursor-mode.html) by pressing `CTRL` + `X`. You can permanently enable cursor mode by running the following :config command: ``` :config /ui/movement/mode cursor ```

> The only issue I have noticed, is that when moving between the error messages in cursor-mode using the e key, the line under focus will cause the text to...

Thanks for trying it out and giving a heads up! I had made a change after the docker/url work that caused the problem. I've pushed a quick fix to get...

@shoffmeister Should there be a `docker-compose://` URL that loads the logs for the services in the local `docker-compose.yml` file?

I've pushed a change that adds some initial support for docker compose. If you use `compose` as the hostname with the path to the configuration file, it will launch `docker...

> a) does not accept "---" at the top of a YAML document - but docker compose does; presence of --- yields I've pushed a change that tries to address...

I'm guessing it's the macos sandboxing that were preventing the tailer from running. Sorry, I haven't looked into it much. The tailer is also only built for x86_64 at the...

For the sake of performance, there's a limit on how much will be colorized. I would suggest switching to the [pretty-print view](https://docs.lnav.org/en/latest/ui.html#pretty) (press `Shift+P`) and doing the search in there.