tmux-fpp
tmux-fpp copied to clipboard
not working for command
As you can see, fpp works in command mode if I use pipe instead of tmux-fpp where it doesn't work instead.
Am I missing anything?
To add some more details to this ticket, command mode does work. The issue is that the fpp tmux window gets closed immediately afterwards. You can see this for yourself if you run a command that has a side effect (i.e. writes to a file or makes some other change). Adding something like bash -i
to the end of the new-window
command will force the window to stay open after running the command (you can type exit
or hit Ctrl+d
to close the window)