Don
Don
Preferrably, throw it in a GitHub [Gist](https://gist.github.com).
Yeah, this is a limitation I'm willing to accept for now. Thanks for sharing the workaround of using a shell script. I would accept an implementation that used the existing...
Just published v0.2.0 of this plugin which takes advantage of the new Zellij API enhancements. You should be able to achieve the desired behavior by specifying this plugins `triggers` like...
Hmmm, thanks for trying. I tested with `nano README.md` and it had the desired effect. If you enable `print_to_log` and view the Zellij log, it should contain the full commands...
This seems to work for me: ``` uv tool install --python=3.13 --no-cache --reinstall --force --with=google-generativeai --with=audioop-lts aider-chat ```
Thanks for sharing your solution. I use [atuin](https://github.com/atuinsh/atuin), so I've never encountered this. This plugin can only evaluate what is returned by Zellij, which is `N/A` in this case. Using...
I suspect this is related to https://github.com/zellij-org/zellij/issues/1903#issuecomment-1587699810. > In short, it happens because we read the terminal output from the pty in an async loop. Due to the nature of...
I wonder if switching to Alacritty would make this issue go away. No saying that's a solution, but maybe a workaround until Zellij gets a bit more mature.
Kk. Will have to reassess when a new version of Zellij offers `list-clients` functionality via the API.
Oof, that is terrible. Seems to be specific to Windows. My setup works fine on Linux and MacOS.