sveinbjornt / Platypus

Create native Mac applications from command line scripts.
https://sveinbjorn.org/platypus
BSD 3-Clause "New" or "Revised" License
2.82k stars 170 forks source link

Add basic options dialog #6

Closed eduo closed 10 years ago

eduo commented 12 years ago

Is it possible to add basic dialog functionality that asks for information before executing the script? For scripts that may have a simple couple of options a basic dialog requesting input might be enough to avoid having to do multiple separate platypus apps.

sveinbjornt commented 12 years ago

You should check out CocoaDialog or Pashua. Regards, Sveinbjörn

On Mar 26, 2012, at 10:18 AM, eduo wrote:

Is it possible to add basic dialog functionality that asks for information before executing the script? For scripts that may have a simple couple of options a basic dialog requesting input might be enough to avoid having to do multiple separate platypus apps.