UnifiedPush message sender
https://www.dalan.fr
| .vscode | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Justfile | ||
| LICENSE.md | ||
| README.md | ||
| smc.toml | ||
notipriv
UnifiedPush message sender.
Install
cargo install notiprivto install notiprivnotipriv configto configure the endpoint- Add alias in
~/.bashrcor~/.zshrc
alias nr="notipriv run --"
alias ns="notipriv send"
Usage
To send a notification:
ns "message"
To run a command and send a notification at the end:
nr command