noti-rs

Crates.ionoti-rs
lib.rsnoti-rs
version0.1.1
created_at2025-12-06 14:31:27.966512+00
updated_at2025-12-07 11:08:12.582476+00
descriptionA simple CLI tool for sending desktop notifications
homepage
repositoryhttps://github.com/petamorikei/noti-rs
max_upload_size
id1970288
size38,160
Petamori (petamorikei)

documentation

README

noti-rs

A simple CLI tool for sending desktop notifications on macOS and Linux.

Installation

cargo install noti-rs

Usage

# 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"

Options

Option Short Description
--title -t Notification title
--message -m Notification message
--help -h Show help

License

MIT

Commit count: 0

cargo fmt