Commit Graph

18 Commits

Author SHA1 Message Date
John Bintz
bb85ff7641 ensure layout editing is allowed outside of tmux sessions 2012-03-06 14:25:03 -05:00
Rémi Prévost
6390d0d7ed Fix encoding header in gemspec file 2012-01-21 14:10:58 -05: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
1d9e059620 Add Gemfile and Rake tasks 2011-10-08 11:59:10 -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
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
54a17fbc01 Version bump to 0.1.9 2011-09-25 15:19:05 -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
b2504f1d05 Version bump 2011-07-19 20:47:47 -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
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
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
b71e5a9470 Update version to 0.1.2 2011-02-05 13:55:32 -05:00
Rémi Prévost
2d012a241b Update version to 0.1.1 2011-02-05 13:34:46 -05:00
Rémi Prévost
27aec6bbe8 Add License 2011-02-05 13:16:23 -05:00
Rémi Prévost
1f0d2fe405 Initial commit 2011-02-05 13:11:38 -05:00