Replies: 2 comments
-
Configuration syntax ideas name: optional (infer by filename)
windows:
- name: window
options:
sleep_before: 1
panes:
- commands:
- cmd: test 1
options:
sleep: 1
- cmd: test 2
options:
sleep: 1
tmux_options:
pane_name: 'My second pane' |
Beta Was this translation helpful? Give feedback.
0 replies
-
#422 is a breaking change so would be nice for 2.0. |
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
-
2.0 is where we can allow major changes (given proper notice)
The final 1.x versions will gradually introduce 2.0 features where possible - providing they don't break existing APIs - and will give deprecation warnings
sleep_before
/sleep_after
asyncio #758Beta Was this translation helpful? Give feedback.
All reactions