UnifiedPush message sender.
cargo install notipriv
to install notiprivnotipriv config
to configure the endpoint~/.bashrc
or ~/.zshrc
sh
alias nr="notipriv run --"
alias ns="notipriv send"
To send a notification:
sh
ns "message"
To run a command and send a notification at the end:
sh
nr command