Presentation
UnifiedPush message sender.
Usage
Config
notipriv configto configure the endpoint- Add alias in
~/.bashrcor~/.zshrcalias nr="notipriv run --" alias ns="notipriv send"
Run
To send a notification:
ns "message"
To run a command and send a notification at the end:
nr command
Download
Windows
A binary is available that you can check with its sha512 checksum.
Linux
A binary is available that you can check with its sha512 checksum.
The software is also available under AUR.
Other
It can be installed with cargo install notipriv (need a rust compiler installed).
Source code
The source code is available on my git repository under MIT license.