notifme

Crates.ionotifme
lib.rsnotifme
version0.0.2
sourcesrc
created_at2024-01-05 08:06:28.920381
updated_at2024-01-05 08:30:31.908279
descriptionA simple notify-send send tool
homepage
repositoryhttps://github.com/taishingi/notifme
max_upload_size
id1089417
size40,358
Willy Micieli (taishingi)

documentation

https://docs.rs/notifme/

README

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()
Commit count: 0

cargo fmt