Not Using Terminal.app on Mac OS X?

4

1

Is there any advantage to using something other than Terminal (like iTerm or whatever) on Mac OS X? Terminal seems to work quite well, but comfort is often deceptive.

Dan Rosenstark

Posted 2009-10-08T16:10:59.127

Reputation: 5 718

Question was closed 2012-07-14T21:16:50.057

Answers

8

I personally find that iTerm has more options for customization and extra features for example. I also like DTerm for shorter sessions because it is easier than calling up a full terminal for a single command. But, if you are satisfied with terminal, you don't need to switch. You don't miss out on any major features with Terminal.

For some details on iTerm, visit it's sourceforge page, but to summarize the differences:

  • Full Screen mode
  • 256 colors
  • transparency
  • better clipboard management
  • better tab management
  • multilingual
  • bookmarks
  • multiple profiles
  • in my experience, better support for window titling
  • Cmd-# to switch tabs

user12764

Posted 2009-10-08T16:10:59.127

Reputation: 271

Thanks for the tip! Hadn't ever heard of iTerm but so far, it looks decent. – EmmEff – 2009-10-08T16:28:23.177

2Add "cmd-# to switch tabs". Thats the main reason I use iTerm. – jtimberman – 2009-10-08T16:35:17.423

Thanks for the hint jtimberman, I actually never knew about that. – user12764 – 2009-10-08T16:38:32.330

very cool, I'll check out some of those features. full screen mode could be fun. – Dan Rosenstark – 2009-10-08T17:37:09.340

6

I too used to use iTerm until Leopard was released with the overhaul to Terminal.app The main feature which was added that caused me to use iTerm to begin with was support for tabs. They added some other nice features as well however, such as window groups, which lets you save a configuration of several terminal windows as a single entity. I have not found a reason since to have to switch back to iTerm.

macauley

Posted 2009-10-08T16:10:59.127

Reputation: 209

1windows groups? Interesting, thanks for that. – Dan Rosenstark – 2009-10-09T08:05:50.070

3

Have you seen iTerm2's features? It does things no other terminal does: you can go back in time like TiVo, it has autocomplete, mouseless copy-paste, it stores more than one string in its clipboard, and there are more keyboard shortcuts than in Terminal.

George

Posted 2009-10-08T16:10:59.127

Reputation: 1 496

2

I think a lot of us started using iTerm when Terminal.app was really lousy. Supposedly Terminal.app has gotten a lot better over the years (does it have an option to autocopy selected text yet?), but we still use iTerm due to inertia.

wfaulk

Posted 2009-10-08T16:10:59.127

Reputation: 5 692

Terminal.app will autocopy selected text, but only while it is selected - if you start typing you have to reselect. – jtimberman – 2009-10-08T16:34:28.437

1The reason that I started using iTerm was back in the Panther (10.3) days, Terminal didn't support tabs and iTerm did. I don't know when they added that to Terminal, as I never bothered to switch back. – KeithB – 2009-10-08T19:05:12.690

1

This answer is very specific to my setup, but maybe it will help someone.

I use mutt to read my work email. By installing iTerm and setting up its default profile to auto-launch mutt, I am able to treat it as a full-fledged Mac application with dock icon, Alt-Tab support, and best of all: a Quicksilver trigger so that it launches whenever I hit F2.

If I just ran mutt in Terminal.app, it would quickly get lost among the various windows and tabs. It's similar to the benefits you get to running GMail in Prism, but with command-line apps.

Ryan Bright

Posted 2009-10-08T16:10:59.127

Reputation: 641

This posting did indeed help me. Thanks, +1. – sjas – 2012-07-14T18:02:45.087

1Are you saying that you use iTerm ONLY to launch mutt? If not, I'm missing something. Tahnks! – Dan Rosenstark – 2009-10-09T08:05:12.580

1Pretty much, yeah. I find Terminal.app sufficient for normal terminal use. iTerm's profile functionality made the whole setup pretty elegant. – Ryan Bright – 2009-10-09T20:18:14.470

0

Vandyke's SecureCRT was just released for the Mac. It has a nice way of remembering hosts you connect to and letting you select one of those from a list. Maybe Terminal can also do this, but its profile system is not easy to figure out, and most people I see who use Terminal.app manually type out a remote connection at a shell: ssh me@somewhere....

Allen

Posted 2009-10-08T16:10:59.127

Reputation: 41