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

Open application from the Notifications dialog #18

Open ghost opened 5 years ago

ghost commented 5 years ago

There is a way so that when the user gets a notification, they can click it and it will open an application, passing in a route path and it will take them directly to the data that corresponds to the Notification.

Simple example being email. You get a Notification of " my Amazon order will arrive today", and you click it and it opens the Email app and take you to the exact email.

I saw a golang library that did just this, and it would be an awesome compliment to this library but cant fo the life of me find it on github :)

gen2brain commented 5 years ago

This is related to https://github.com/gen2brain/beeep/issues/10 it seems.