zenity/internal/zenutil/osascripts/list.gojs
2021-04-07 14:40:40 +01:00

5 lines
174 B
Plaintext

var app = Application.currentApplication()
app.includeStandardAdditions = true
var res = app.chooseFromList({{json .Items}}, {{json .Options}})
res.join({{json .Separator}})