Commit Graph

11 Commits

Author SHA1 Message Date
Rémi Prévost
208e3a2263 Use empty options hash by default 2011-10-08 10:37:53 -04:00
Rémi Prévost
e6b5f04396 Teamocil::Layout#initialize now takes a layout, not a file 2011-10-08 10:31:03 -04:00
Rémi Prévost
514a13a35d Add support for filters
In your layout files, you can now use the "filters" key in window items,
like so:

    windows:
      - name: my-new-window
        root: ~/Code/foo
        filters:
          before: "sudo bash"
          after:
            - "echo 'Let’s use use ruby-1.9.2 for eachs plit'"
            - "rvm use 1.9.2"
        splits:
          [splits list]
2011-10-07 22:03:51 -04:00
Rémi Prévost
6440cdabd9 Remove unnecessary accessor in Layout 2011-09-26 08:39:39 -04:00
Rémi Prévost
92eec74310 Refactor classes structure and add doc 2011-09-26 08:37:13 -04:00
Jimmy Bourassa
7369a81413 Added target param to splits
target maps to -t on split-window
2011-09-25 00:04:16 -04:00
Rémi Prévost
caec6a2d96 Do not rename a session if no name is provided 2011-07-20 13:20:27 -04:00
Rémi Prévost
8823113219 Add support for a “root” window key 2011-07-19 20:47:16 -04:00
Samuel Garneau
fc738ad9cc Add rename-session 2011-02-17 22:12:39 -05:00
Rémi Prévost
34c7ec5649 Add --here option to create the first window in the current window 2011-02-16 10:36:09 -05:00
Rémi Prévost
1f0d2fe405 Initial commit 2011-02-05 13:11:38 -05:00