What are the Mac OS X terminal choices? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T03:32:49Z http://stackoverflow.com/feeds/question/103924 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/103924/what-are-the-mac-os-x-terminal-choices 9 What are the Mac OS X terminal choices? deadprogrammer 2008-09-19T17:32:35Z 2008-09-22T09:47:28Z <p>I am reasonably happy with Terminal.app and very unhappy with iTerm (the damn thing keeps crashing), but am I missing out on a better, more feature rich OS X terminal?</p> http://stackoverflow.com/questions/103924/what-are-the-mac-os-x-terminal-choices/103974#103974 0 Answer by rampion for What are the Mac OS X terminal choices? rampion 2008-09-19T17:40:02Z 2008-09-19T17:40:02Z <p>This may be somewhat of a tangential answer, but have you considered a virtual terminal, like <a href="http://www.gnu.org/software/screen/" rel="nofollow">screen</a>? It provides a bunch of features and is platform independent, so you can use what you've learned wherever. Currently I use screen with Terminal.app, and have no compatibility issues.</p> <p>My favorite feature is that it maintains state between logins, so I can login and logout of a machine and have my work be exactly where it was.</p> http://stackoverflow.com/questions/103924/what-are-the-mac-os-x-terminal-choices/103986#103986 1 Answer by craigb for What are the Mac OS X terminal choices? craigb 2008-09-19T17:41:19Z 2008-09-19T17:41:19Z <p>I'm satisified with Terminal.app and haven't used <a href="http://iterm.sourceforge.net/" rel="nofollow">iTerm</a> in years. the only other option I know of is GLterm, but it didn't offer anything new last I looked.</p> <p>Here's a <a href="http://www.commandlinemac.com/article.php?story=20070915111840157" rel="nofollow">review</a> of all three from about a year ago.</p> http://stackoverflow.com/questions/103924/what-are-the-mac-os-x-terminal-choices/103998#103998 0 Answer by Herms for What are the Mac OS X terminal choices? Herms 2008-09-19T17:43:16Z 2008-09-19T17:43:16Z <p>I used to use iTerm a lot (never had stability issues), but never bothered installing it when I upgraded to 10.5. The built-in terminal app works quite well, and has all the features I've ever wanted.</p> http://stackoverflow.com/questions/103924/what-are-the-mac-os-x-terminal-choices/104034#104034 0 Answer by Martin Lussier for What are the Mac OS X terminal choices? Martin Lussier 2008-09-19T17:47:27Z 2008-09-19T17:47:27Z <p>I use Terminal.app as well, unfortunately echoing much of the above, but I really haven't used anything else that would have merited deviating from the traditional Mac OSX terminal.</p> <p>You do raise an interesting software development idea, either for developing add-ons to Terminal.app for increased functionality or otherwise, but I haven't heard of anything already on the market.</p> <p>I tend to use XCode for development work in OSX, so it blends naturally with the native Terminal.app</p> http://stackoverflow.com/questions/103924/what-are-the-mac-os-x-terminal-choices/104058#104058 0 Answer by delfuego for What are the Mac OS X terminal choices? delfuego 2008-09-19T17:49:47Z 2008-09-19T17:49:47Z <p>Just to make sure you've tried it -- are you running the latest released iTerm, or the latest beta? I had a ton of problems with the released version (0.9.5) a while back, but once I upgraded to the beta channel, I've been <em>very</em> happy.</p> <p>On the <a href="http://iterm.sourceforge.net/iTerm_0.9.5.0915.zip" rel="nofollow">download page</a>, make sure you download the "recent binary build from CVS", and you might be surprisingly happy with the progress that's been made in the Land of iTerm. </p> http://stackoverflow.com/questions/103924/what-are-the-mac-os-x-terminal-choices/104153#104153 1 Answer by mike511 for What are the Mac OS X terminal choices? mike511 2008-09-19T18:05:52Z 2008-09-19T18:05:52Z <p>Don't overlook <a href="http://riffraff.livejournal.com/356503.html" rel="nofollow">glterminal</a> (or <a href="http://ldopa.net/2006/01/14/glterminal/" rel="nofollow">here</a>), which is lots of fun if you've ever used a real terminal. It has the old green (or amber) fonts, the flickering and even the distortion that make you feel right back in the 80's (or is it 70's?).</p> http://stackoverflow.com/questions/103924/what-are-the-mac-os-x-terminal-choices/114032#114032 1 Answer by Matt for What are the Mac OS X terminal choices? Matt 2008-09-22T09:47:28Z 2008-09-22T09:47:28Z <p>There are a couple of cool 'add-ons' for Terminal.app which make it a lot more usable.</p> <p>Have a look at <a href="http://ciaranwal.sh/2007/11/16/blurminal" rel="nofollow" title="Ciarán Walsh’s Blog &raquo; Blurminal">Blurminal</a> and <a href="http://ciaranwal.sh/2007/11/01/customising-colours-in-leopard-terminal" rel="nofollow" title="Ciarán Walsh’s Blog &raquo; Customising Colours in Leopard Terminal">Terminal Colours</a>. Both of which improve Terminal's aesthetic qualities considerably. </p> <p>I don't know of any other hacks, but I'm always on the lookout.</p>