Commit Graph

12 Commits

Author SHA1 Message Date
Rémi Prévost
b6acecae20 Add new task to TODO list 2012-02-24 10:16:29 -05:00
Rémi Prévost
50f3580b96 Update copyright notice 2012-02-07 10:31:27 -05:00
Rémi Prévost
30ac196713 Update README with --list option 2012-01-25 20:52:34 -05:00
Rémi Prévost
192281392b Add Travis build status in README 2011-12-26 16:32:05 -05:00
Rémi Prévost
4a6abd75a8 Update README.md with GitHub-flavored Markdown syntax highlighting 2011-12-10 08:11:36 -05:00
Rémi Prévost
f2926471bd Update the todo list 2011-10-23 20:15:54 -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
d023edf475 Add example files 2011-10-09 22:42:37 -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