beeep
beeep copied to clipboard
Open application from the Notifications dialog
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 :)
This is related to https://github.com/gen2brain/beeep/issues/10 it seems.