Crates.io | notipriv |
lib.rs | notipriv |
version | 1.0.0 |
source | src |
created_at | 2023-06-27 21:25:12.5041 |
updated_at | 2023-06-27 21:25:12.5041 |
description | UnifiedPush message sender |
homepage | https://dalan.fr |
repository | https://git.berthor.eu/dalan/notipriv |
max_upload_size | |
id | 901674 |
size | 45,652 |
UnifiedPush message sender.
cargo install notipriv
to install notiprivnotipriv config
to configure the endpoint~/.bashrc
or ~/.zshrc
alias nr="notipriv run --"
alias ns="notipriv send"
To send a notification:
ns "message"
To run a command and send a notification at the end:
nr command