remi / teamocil

There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
MIT License
2.36k stars 101 forks source link

Substitute environment variables in root path #125

Closed owaiswiz closed 5 years ago

owaiswiz commented 6 years ago

One can now do:

windows:
    - name: "vim"
      root: "$PROJECT_DIR/Ruby/teamocil"
      .........
owaiswiz commented 6 years ago

Fixes #119