gen2brain / beeep

Go cross-platform library for sending desktop notifications, alerts and beeps
BSD 2-Clause "Simplified" License
1.43k stars 89 forks source link

Feature Request: More options like Electron #20

Open pjebs opened 5 years ago

pjebs commented 5 years ago

For the notifications, it would be cool if it had the options of electron:

https://electronjs.org/docs/api/notification https://electronjs.org/docs/tutorial/notifications

This includes clickability, different buttons on the notifications etc

gen2brain commented 5 years ago

Actions are planned, see https://github.com/gen2brain/beeep/issues/10 , but this library tries to be pure and without cgo, on macos with just applescript it seems it is not possible https://developer.apple.com/library/archive/documentation/LanguagesUtilities/Conceptual/MacAutomationScriptingGuide/DisplayNotifications.html.