#notify-send #lib #notif

notifme

A simple notify-send send tool

2 releases

0.0.2 Jan 5, 2024
0.0.1 Jan 5, 2024

#1597 in Development tools

27 downloads per month
Used in 3 crates

Custom license

15KB
86 lines

notifme

A simple rust lib to send notify-send notfification

Notification::new()
            .summary("I am the summary")
            .body("i am the body")
            .icon("spot_dwl")
            .send()

No runtime deps