Thread: [See Bugtracker] Mac Notification Center Integration
View Single Post
  #13  
Old 15.03.2017, 13:37
roundsquare roundsquare is offline
Wind Gust
 
Join Date: Aug 2012
Location: London
Posts: 40
Default

I managed to install terminal notifier with home brew, but after that I gave up, I'm completely untrained in programming.
Good luck for someone who understands it!

PS: I read also MacOS Script Editor can communicate with JavaScript:

Code:
var app = Application.currentApplication()
 
app.includeStandardAdditions = true
 
app.displayNotification("All graphics have been converted.", {
    withTitle: "My Graphic Processing Script",
    subtitle: "Processing is complete.",
    soundName: "Frog"
})
No idea what this does though, but it got complied in JD's Eventscripter, but unable to test run.

Last edited by roundsquare; 15.03.2017 at 13:43.
Reply With Quote