lukechampine / hey

Hey!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hey

GoDoc Go Report Card

hey is a tiny library for displaying notifications on Linux.

hey.Push(hey.Notification{
	Title:    "foo",
	Body:     "bar",
	AppName:  "computer",
	Duration: hey.DefaultDuration,
})

Run go test to see an example notification.

About

Hey!

License:MIT License


Languages

Language:Go 100.0%