Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Stupid question' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Stupid question
Authored by: hamarkus on Mon, Mar 3 2008 at 1:40PM PST
I've used Platypus successfully with Perl scripts. The problem is that Platypus won't provide me with an input method to supply my search query. Its only way of providing input to a script turned application is files dropped on the resulting application.
(Incidentally, Platypus complained about /bin/bash not being a valid interpreter, after adding a space after the '#!' it did no longer complain.)

[ Reply to This | # ]
Stupid question
Authored by: kholburn on Tue, Mar 4 2008 at 12:36AM PST
If you want input you probably need to go to applescript. Open a dialog and then use applescript to run the shell script.

[ Reply to This | # ]