Skip to content

Feature request: setup commandsΒ #130

@chrisfosterelli

Description

@chrisfosterelli

Hello! I have a few panes which all depend on a set of commands being ran beforehand. However, if they all try to run the command at once it will be problematic.

I have "worked around" this by putting a sleep in all of the panes but one. This isn't amazing. I would love a syntax support like the following:

windows:
  - name: mywindow
    layout: even-vertical
    setup:
      - setupcommand 1
      - setupcommand 2
      - setupcommand 3
    panes:
      - command 1
      - command 2
      - command 3

In which the setup commands would execute before the pane commands.

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