Registry / utility / 0xax-notificator

0xax-notificator

JSON →
library0.0.0-20220220101646-ee9b8921e557gogounverified

A Go library for sending desktop notifications across platforms.

go get github.com/0xAX/notificator
INSTALL
IMPORT
SIG · 0XAX-NOTIFICATOR
0
0xax-notificator
utilitygov0.0.0-20220220101646-ee9b8921e557
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.

notificator
github.com/0xAX/notificator

Sends a desktop notification with title and text.

package main import ( "github.com/0xAX/notificator" ) func main() { notify := notificator.New(notificator.Options{AppName: "MyApp"}) notify.Push("title", "text", "", notificator.UR_NORMAL) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220220101646-ee9b8921e557latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
46
OpenAI (training)
1
Resources
0xax-notificator — go get 0xax-notificator · libregistry