does anybody of you know a application like GNOME Terminator for Mac?

I want to split my terminal into 2 or 4 seperate windows.

link|improve this question
feedback

migrated from stackoverflow.com Mar 11 '10 at 9:31

This question came from our site for professional and enthusiast programmers.

4 Answers

GNOME Terminator.

OS X comes with an X11 server, and you can compile GTK based software to run on it.

link|improve this answer
feedback

You do know that the Terminal app in OS X supports tabs, right ?

Shell => New Tab

And you can also split a window (or tab) into multiple panes (for the same session) - it's not clear whether you want multiple views of a single session or different sessions though.

link|improve this answer
1  
Tabs ≠ Side-by-side panes. – KennyTM Mar 11 '10 at 9:25
@KennyTM: OK - wasn't exactly sure what the OP's requirements are – Paul R Mar 11 '10 at 9:30
1  
You can also split terminal windows: apple+D or window > split pane – stib Jun 5 '10 at 12:05
@stib: That is not the same as Terminator's split windows feature. Terminal.app's doesn't allow for separate shells in the panes. – Wuffers Feb 7 '11 at 1:02
feedback

screen does that and a whole lot more.

link|improve this answer
feedback

According to the project site all you need is the Fink project,

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.