UnifiedPush message sender.
notipriv 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
A binary is available that you can check with its sha512 checksum.
A binary is available that you can check with its sha512 checksum.
The software is also available under AUR.
It can be installed with cargo install notipriv
(need a rust compiler installed).
The source code is available on my git repository under MIT license.