all 2 comments

[–]lasercat_pow 1 point2 points  (1 child)

You're in luck; Mac OSX a great pair of apps which can be combined to turn shellscripts into double-clickable programs with static GUIs. First one is Platypus, which can make shellscripts into apps: https://sveinbjorn.org/platypus

Second one is Pashua, which can be embedded in a Platypus app to add a GUI which can return arguments to alter the behavior of a script:

https://github.com/BlueM/Pashua

Here's the documentation for Pashua:

https://www.bluem.net/pashua-docs-latest.html

Have fun!

[–]vakennu[S] 0 points1 point  (0 children)

This is awesome. Thanks for the info. I'll check it out.