Closed Ganneff closed 1 year ago
Hello and thank you very much for your report!
it was a bug with the wrong order of parameters due to inattention given to tmux by builder function.
If you need this fix right now, you can choose to:
...
tmux_interface = {... git = "https://github.com/AntonGepting/tmux-interface-rs.git", rev = "e1c9127" }
...
...
tmux_interface = {... git = "https://github.com/AntonGepting/tmux-interface-rs.git", branch = "hotfix" }
...
Or you can wait some time till it will be included in 0.3.1
with few other changes
thx,
merged in main
, released v0.3.1
, closed as solved.
Please feel free to reopen or create a new issue if you have other problems or suggestions.
Hi,
as soon as I want to use SplitWindow and give it a shell_command - it does not do anything useful. Without shell_command it opens my default shell, so split_window itself works. Maybe I do something else wrong, don't know?
Testcode below. My default shell being zsh, so using shell_command bin/bash is a nice test for a simple command. NewSession works fine, with or without shell_command set (either gets me zsh or bash). But the SplitWindow ONLY ever works when I keep the shell_command commented, as soon as I uncomment, I end up with a session of ONLY t1.
Output also does not indicate any error and exit code of tmux call is 0.