tmux pane & window support #1

Open
opened 2010-12-17 14:49:59 +00:00 by johnbintz · 0 comments
johnbintz commented 2010-12-17 14:49:59 +00:00 (Migrated from github.com)

tmux is a different sort of awesome. You can script pane splitting as well as everything else. Add support for something like this:

tmux!

session :cats do
  window "dogs", :geometry => '2x' do
    pane "bundle exec autotest", :colspan => 2
    pane "rake jasmine"
    pane "rails s"
    pane "rails c"
    pane!
  end
end
tmux is a different sort of awesome. You can script pane splitting as well as everything else. Add support for something like this: ``` tmux! session :cats do window "dogs", :geometry => '2x' do pane "bundle exec autotest", :colspan => 2 pane "rake jasmine" pane "rails s" pane "rails c" pane! end end ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/screenomat#1
No description provided.