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

Feature Request: Recreating panes on changes in the command #126

Open
gurobokum opened this issue Feb 6, 2018 · 0 comments
Open

Feature Request: Recreating panes on changes in the command #126

gurobokum opened this issue Feb 6, 2018 · 0 comments

Comments

@gurobokum
Copy link

I would like to have ability to enforce changed commands to run again
For example

name: my-session
windows:
  - name: immutable
    panes:
      - sleep 60
  - name: mutable
    panes:
      - tail -f /my.log
teamocil --here my-session

then I edit the yml to

...
    panes:
      - tail -f /my.log -n 100

in the same tmux session execute

teamocil --replace my-session

and my mutable plane is going to be recreated
and with

teamocil --replace --force my-session

all windows and panes are going to be recreated

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