| Crates.io | noti-rs |
| lib.rs | noti-rs |
| version | 0.1.1 |
| created_at | 2025-12-06 14:31:27.966512+00 |
| updated_at | 2025-12-07 11:08:12.582476+00 |
| description | A simple CLI tool for sending desktop notifications |
| homepage | |
| repository | https://github.com/petamorikei/noti-rs |
| max_upload_size | |
| id | 1970288 |
| size | 38,160 |
A simple CLI tool for sending desktop notifications on macOS and Linux.
cargo install noti-rs
# Send notification with title and message
noti --title "Build Complete" --message "Your project has been built successfully"
# Short form
noti -t "Build Complete" -m "Success"
# Title only
noti -t "Done"
# Message only (title defaults to "noti")
noti -m "Task completed"
| Option | Short | Description |
|---|---|---|
--title |
-t |
Notification title |
--message |
-m |
Notification message |
--help |
-h |
Show help |
MIT