Hello,
I have a straight bash script that copies (rsyncs) one folder to another. Using it for OS X home folder for backup and restore.
I have so that it has menus. Essentially backup, restore, etc, options.
User has to select the "Source" and "Target" folders (drag and drop into terminal), and off it goes.
In my efforts to make this simple, our techs still are having issues with scripts / terminal. Would be better and easier as an app.
Have seen Platypus in conjunction with Cocoa Dialogue, in which Platypus will take the script and make it it an OS X app, and Cocoa Dialogue, should allow interaction.
http://sveinbjorn.org/platypus_cocoadialog
Following this, but not getting interaction dialogue windows, (probably has to be specifically scripted, I am guessing).
Or perhaps there is a way to do this is Xcode/Swift.
thx, john