julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.36k stars 331 forks source link

How is this different from using `osascript`? #272

Closed ZhaofengWu closed 4 years ago

ZhaofengWu commented 5 years ago

Please check everything that applies to your issue:

jaybarnes commented 4 years ago

It has a bunch of features that osascript doesn't have (as detailed in the README) and is implementable without having to write AppleScript.

julienXX commented 4 years ago

You can also use it in various UNIX scripts or have another command pipe into it.