| Crates.io | notifme |
| lib.rs | notifme |
| version | 0.0.2 |
| created_at | 2024-01-05 08:06:28.920381+00 |
| updated_at | 2024-01-05 08:30:31.908279+00 |
| description | A simple notify-send send tool |
| homepage | |
| repository | https://github.com/taishingi/notifme |
| max_upload_size | |
| id | 1089417 |
| size | 40,358 |
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()