zenity/internal/zenutil/osascripts/notify.gojs

4 lines
143 B
Plaintext
Raw Permalink Normal View History

2020-01-26 11:04:49 -05:00
var app = Application.currentApplication()
app.includeStandardAdditions = true
2021-02-19 12:46:47 -05:00
void app.displayNotification({{json .Text}}, {{json .Options}})