Commit Graph

61 Commits

Author SHA1 Message Date
Rémi Prévost
7288d0ab57 Add “pkg” to .gitignore 2011-10-23 21:42:42 -04:00
Rémi Prévost
75283ac21f Bump to 0.2.1 2011-10-23 21:41:34 -04:00
Rémi Prévost
459b971a6a Fix bug with split target 2011-10-23 21:41:06 -04:00
Rémi Prévost
68d07cd897 Add a case to check session handling 2011-10-23 20:42:48 -04:00
Rémi Prévost
f2926471bd Update the todo list 2011-10-23 20:15:54 -04:00
Rémi Prévost
cbed2f3e5b Add more specs, yeah! 2011-10-23 20:10:16 -04:00
Rémi Prévost
e4e9f2d1cd Upgrade teamocil in Gemfile 2011-10-23 19:58:40 -04:00
Rémi Prévost
852d07fedb Bump to 0.2 2011-10-23 19:48:33 -04:00
Rémi Prévost
847c08fef5 Refactor the Layout class 2011-10-23 19:47:05 -04:00
Rémi Prévost
a424684c5a Improve specs 2011-10-23 17:43:48 -04:00
Rémi Prévost
fb9822064e Update teamocil in Gemfile 2011-10-23 17:37:35 -04:00
Rémi Prévost
ae4eb6b2b0 Add support for options in a window item
For example, you could synchronize all commands sent to a window by
adding this in your window item:

    options:
      synchronize-panes: true

See the `set-window-option` section of the tmux manual (`man tmux`) for
a list of all the options you can use.
2011-10-20 07:21:29 -04:00
Rémi Prévost
331ab490ce Improve README 2011-10-15 10:28:35 -04:00
Rémi Prévost
6c6d67e12d Follow spec conventions for filenames 2011-10-10 08:54:26 -04:00
Rémi Prévost
600fa879d4 Clean up some code 2011-10-10 08:43:58 -04:00
Rémi Prévost
5719c924b9 Use a more futureproof gemspec file 2011-10-10 08:33:31 -04:00
Rémi Prévost
d023edf475 Add example files 2011-10-09 22:42:37 -04:00
Rémi Prévost
2caa6c2375 Fix typo in gemspec file 2011-10-08 12:01:58 -04:00
Rémi Prévost
f996bd3618 Remove unused console script 2011-10-08 12:00:53 -04:00
Rémi Prévost
1d9e059620 Add Gemfile and Rake tasks 2011-10-08 11:59:10 -04:00
Rémi Prévost
a9f3a88be3 Remove unused test files 2011-10-08 11:50:28 -04:00
Rémi Prévost
dd8be86f8e Add spec directory (yes, it currently sucks) 2011-10-08 11:50:17 -04:00
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
e7b6b7ded1 Add layout file description 2011-10-02 09:01:45 -04:00
Rémi Prévost
ae8a9517af Add more documentation to README.md 2011-10-02 08:58:34 -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
Rémi Prévost
e7d8f58fec Merge 4 lines into 1 2011-09-25 15:22:22 -04:00
Rémi Prévost
7de8179b5b Create empty layout file with --edit 2011-09-25 15:21:38 -04:00
Rémi Prévost
54a17fbc01 Version bump to 0.1.9 2011-09-25 15:19:05 -04:00
Rémi Prévost
97e1c72926 Add Jimmy Bourassa to contributors 2011-09-25 15:18:27 -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
ae34459d7c Add license information in README 2011-08-28 15:43:40 -04:00
Rémi Prévost
61e22f69b6 Fix README title hierarchy 2011-08-28 09:22:36 -04:00
Rémi Prévost
e5110acd85 Add contribute note 2011-08-28 09:20:49 -04:00
Rémi Prévost
9efe16d50c Add “extras” section in README 2011-08-28 09:19:35 -04:00
Rémi Prévost
19b980803a Version bumped to 0.1.8 2011-07-20 13:20:56 -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
8ae45f570e Add --edit option 2011-07-20 13:17:10 -04:00
Rémi Prévost
b2504f1d05 Version bump 2011-07-19 20:47:47 -04:00
Rémi Prévost
8823113219 Add support for a “root” window key 2011-07-19 20:47:16 -04:00
Rémi Prévost
8047e2d994 Version bumped to 0.1.6 2011-07-19 08:45:12 -04:00
Rémi Prévost
01b4a9de53 Use h2 titles instead of h1 in README 2011-07-19 08:44:30 -04:00
Rémi Prévost
9eb2877296 Add garno to the list of contributors 2011-07-19 08:43:44 -04:00
Rémi Prévost
f461b51a62 Improve documentation 2011-07-19 08:42:56 -04:00
Rémi Prévost
8df40e6ee3 Merge branch 'garno' 2011-07-19 08:39:42 -04:00
Rémi Prévost
b0bcd52f7e Add --layout option to specifiy a layout file
Thanks to Esa-Matti Suuronen on GitHub for the suggestion!
2011-02-24 20:58:38 -05:00
Samuel Garneau
fc738ad9cc Add rename-session 2011-02-17 22:12:39 -05:00