Registry / messaging / esiqveland-notify

esiqveland-notify

JSON →
library0.13.3gogounverified

A Go wrapper around godbus for sending and managing desktop notifications via the DBus notification specification.

go get github.com/esiqveland/notify
INSTALL
IMPORT
SIG · ESIQVELAND-NOTIFY
E
esiqveland-notify
messaginggov0.13.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

notify
github.com/esiqveland/notify

Send a simple desktop notification.

package main import ( "github.com/esiqveland/notify" ) func main() { n, err := notify.NewNotifier("myapp") if err != nil { panic(err) } defer n.Close() n.Notify("Hello", "This is a notification", "") }
Debug
Known issues
gotchaRequires a running DBus session bus; will fail in headless environments.
fix
Ensure DBus is available (e.g., on Linux desktop) or use a mock.
affects: all
Upgrade
Version history
0.13.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
esiqveland-notify — go get esiqveland-notify · libregistry