beeep
beeep copied to clipboard
Go cross-platform library for sending desktop notifications, alerts and beeps
https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html Taken from the spec: org.freedesktop.Notifications.CloseNotification void org.freedesktop.Notifications.CloseNotification ( | ); | -- | -- | -- UINT32 id; Causes a notification to be forcefully closed and removed from the...
Anyone knows if this package works with windows 11 aswell? Because i'm trying to implent it in my application but it doesn't send any system notification, i managed to make...
Would you consider adding support for passing a custom applicationID to the Notify() method? Perhaps it could be solved using the functional options pattern, to avoid breaking API. Also, I...
notify {"error": "beeep: The name org.freedesktop.Notifications was not provided by any .service files; exec: \"kdialog\": executable file not found in $PATH"}
Hello, beeep supports hyperlink in message ?
I tried `Alert/Notify` but no luck. Is this project still maintained?
Maybe it's worth adding the **"-a"** parameter to **"notify-send"** to change the application name?
No idea how to implement that on macOS and JS, sorry.
### What? Right now, we're always converting to an absolute path. This means that if you're trying to create a notification with the system's `dialog-warning` icon, the notification's icon will...