We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #53 #750
Options like sleep: 3 and enter: false should be allowed to be passed at the per-command level.
sleep: 3
enter: false
Internally, individual tmuxp commands are only strings.
Now:
windows: panes: - shell_command: - echo "hello"
What the syntax needs:
windows: panes: - shell_command: - cmd: echo "hello" enter: false sleep: 2
Earlier conversations: https://github.com/tmux-python/tmuxp/issues/53#issuecomment-1066092004
The text was updated successfully, but these errors were encountered:
sleep_before
sleep_after
sleep
docs(skip command): Leave note about #751
e07001e
091cb56
Added in 1.10
Sorry, something went wrong.
No branches or pull requests
Fixes #53 #750
Options like
sleep: 3
andenter: false
should be allowed to be passed at the per-command level.Internally, individual tmuxp commands are only strings.
Now:
What the syntax needs:
The text was updated successfully, but these errors were encountered: