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

teamocil --here does not create multiple windows #7

Closed
cmhamill opened this issue Oct 26, 2011 · 2 comments
Closed

teamocil --here does not create multiple windows #7

cmhamill opened this issue Oct 26, 2011 · 2 comments

Comments

@cmhamill
Copy link

Teamocil fails for me when invoking it with the --here flag. I end up with one window whose shell has tried to execute every command in my yaml file; the end result is a mess. It works fine without the --here flag.

teamocil version 0.2.1

Tha yaml file in question looks like this; perhaps something is wrong with it.

session:
  name: pim
  root: ~/
  windows:
    - name: mail
      root: ~/
      splits:
        - cmd: "sup-mail"
    - name: news
      root: ~/
      splits:
        - cmd: "newsbeuter"
    - name: chat
      root: ~/
      splits:
        - cmd: "irssi"
    - name: cal
      root: ~/
      splits:
        - cmd: "when"
    - name: todo
      root: ~/
      splits:
        - cmd: "task next"
@remi
Copy link
Owner

remi commented Oct 26, 2011

I wasn’t able to reproduce the behavior you describe, but there was definitely something wrong with the --here option. For me, the option was simply not working — only new windows were created.

I fixed it in v0.2.2, let me know if this solves your problem!

@cmhamill
Copy link
Author

Fixed, thanks a ton.

Strange about the differing issues.

Anyway, thanks for the excellent software.

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

2 participants