views:

390

answers:

2

I am coding in Eclipse (on the Mac) and need to run OS shell commands from time to time.

I have a lot of bash terminal windows open and it takes time and is distracting to find the right one for the programming session.

The commands are not always the same, and I need to see the output, so something like an External Builder will not do.

Is there a way to have a command shell appear inside the Eclipse workspace?

+1  A: 

I know you can embed VIM inside of Eclipse. This plugin actually works quite well.

Check out the list of plugins over at http://www.eclipseplugincentral.com/.

clownbaby
+4  A: 

WickedShell works on Mac... Just tested in Eclipse 3.5, no problems.

Nick Veys