Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 172 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 172 Bytes

Notify

FreeDesktop notification library

Install

v install duarteroso.notify

Usage

mut n := &Notification
n.title = 'Title'
n.message = 'Message'
n.send()