2 releases

0.0.2 Jan 5, 2024
0.0.1 Jan 5, 2024

#642 in Development tools

49 downloads per month
Used in 4 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