Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 268 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 268 Bytes

Notify Record

a program to record desktop notification

Example

Terminal1:

$ go run main.go 

Terminal2:

$ notify-send 'Hello world!' 'This is an example notification.'

then,

Terminal1:

Hello world!: This is an example notification.