Replies: 1 comment
-
@cnut1648 This is a good request As of right now (v1.13.1) the ordering of execution is undefined. tmuxp as it stands needs to have more control in this regard. Any suggestions / conversation is welcome. The ambition I have in tackling this is sometime around #758 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I mainly use ssh to login to a remote server. Sometimes I need to run a bunch of scripts, but some scripts depend on the output of some other scripts. Therefore it would be helpful if I could make some of my ssh window's commands start execution only after previous ones finish executation.
Currently I have something like this as a workaround
Of course this is far from perfect; some other more complicated methods include polling to check if the output of script A exists. But I just wonder if command execution control is possible for tmuxp.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions