views:

86

answers:

0

Hi, the problem i face is this:

I would like to have in a context menu (when i right-click on a folder) an action to be executed and display the output to the user, inside, let's say, a text area window with a vertical scrolling bar. Suppose, that the action is just a shell script that executes a "find" command inside the given directory, searching for a specified pattern.

I have managed to implement it, up to this point, using Automator. What i cannot do is to pipe the output in a synchronous fashion (what is meant by "synchronous" is to have the output print to the user when is produced by the "find" command, and not after the command has finished) in a GUI.

I have spent sometime searching on this and i have come to the conclusion that XCode and Interface Builder have to be put into the play? Am i on the right track? Is there a straightforward and simple way in succeeding in this without having to dig into this framework?

Thank you very much,
Babis