Skip to content
New issue

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

delay on window creation #141

Open
le0n opened this issue Nov 20, 2023 · 0 comments
Open

delay on window creation #141

le0n opened this issue Nov 20, 2023 · 0 comments

Comments

@le0n
Copy link

le0n commented Nov 20, 2023

Hi all, I've got the following yml file, all of the "do-xxx" are zsh aliases:

windows:
  - name: tunnel
    root: ~
    command: do-tunnel
  - name: sample-three-panes
    root: ~
    layout: main-horizontal
    panes:
      - do-server
      - do-webpack
      - do-job

the commands inside "sample-three-panes" depend on "do-tunnel" which creates a docker container. So with this yml file, when I run itermocil sample it creates two windows, but only do-tunnel runs. all of the commands in the 2nd tab runs but fails. Is there a way to introduce some delay in the 2nd window such that it runs strictly after the first window (do-tunnel)? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant