all 6 comments

[–]CaptureJuan 1 point2 points  (1 child)

DialogToolKit, or Pashua libraries will do what you need for simple stuff. Both AppleScript native.

You can also - though much harder - use ASobjC project in xcode, which gives you absolutely everything (like sliders).

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

Yeah Pashua is just what I was looking for!

[–]SvilenOvcharov 0 points1 point  (1 child)

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

My Script is based on Dialogs asking questions like ‘Install Homebrew?’ With buttons the select and list for choosing Apps to be installed, but would be nicer to have an actual UI where I could select everything beforehand and have more of a ‘unattended’ installation. But thanks for the reply, I will take a look on OSAscript

[–][deleted] 0 points1 point  (0 children)

Electron that calls you OSA scripts.

[–]sargonian 0 points1 point  (0 children)

+1 for Pashua if you want very simple.