I've been using Coda recently. It's a great program, but overkill for just a multi session Mac terminal app. Know of a better alternative, especially with a command snippet library function?
|
feedback
|
migrated from stackoverflow.com Mar 25 '10 at 1:09
This question came from our site for professional and enthusiast programmers.
closed as not constructive by Gareth, Simon Sheehan, Sathya♦ Oct 28 '11 at 11:38
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Since I started using Visor I have completely forgotten about iTerm or anything else. For what it's worth I never really liked Coda's terminal. UpdateWhile I liked Visor at the time, flipping in and out of it got to be a pain. Add in iTerm2's better features and I moved to that for my daily terminal usage.
| |||||||||||
feedback
|
|
Definitely use visor. It's about the best terminal I've used on any OS. It doesn't look too nice at the beginning, follow http://tech.xster.net/tips/the-perfect-visor-reborn/ to make it nicer | |||||||
feedback
|
|
If you happen to have Fink or MacPorts installed, then you can use rxvt under x11/xquartz. You could also probably manage to compile it from source, but both of those projects make it a lot easier. Not sure about the requirement for a command snippet library function though, and I don't know if it'll allow you to drop a directory on the terminal window to get it's path automatically or not (never actually tried that). | |||
|
feedback
|
|
Turns out Snow Leopard's Terminal is a total rewrite - see this video featuring the dev who coded it: http://visor.binaryage.com/#special-guest | ||||
feedback
|
|
I recommend iTerm2, which has some amazing features not seen in any other terminal. Check out the screen shots here: http://www.iterm2.com/#/section/features | ||||
|
feedback
|
|
I personally really like iTerm It works great for me with things like tabs (yes, I know Terminal has them too) and Growl notifications. | |||
|
feedback
|
|
Visor is probably pretty nice, haven't used it but previously used similar applications on *nix, it's pretty handy. I'm not sure, but I think it will be hard to find a terminal that has a snippet functionality, since most people using terminals usually are proficient with the standard *nix-shell environment and write proper functions or command aliases when needed. It might be worth practicing the basics of *nix shells in general (learning it's syntax, how for- and while-loops work etc), it will pay off in the long run. | |||||
feedback
|
