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?