Skip to content

delay on window creation #141

@le0n

Description

@le0n

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions