2

While I am playing with Rubycocoa, I created a small application that works like a charm. However, the only thing missing is like a Terminal inside my application. In Coda, there is a similar kind of view that allows you to open up a terminal session. How would I create a Terminal view like this inside Interface Builder and Xcode?

Thank you for your answers, comments and feedback!

apaderno
  • 28,547
  • 16
  • 75
  • 90
Shyam
  • 2,357
  • 8
  • 32
  • 44

1 Answers1

1

It shows out that this can be accomplished by using NSTask.

http://www.cocoadev.com/index.pl?NSTask

Shyam
  • 2,357
  • 8
  • 32
  • 44