1 stable release

1.0.0 Jun 27, 2023

#27 in #sender

22 downloads per month

MIT license

14KB
93 lines

notipriv

UnifiedPush message sender.

Install

  1. cargo install notipriv to install notipriv
  2. notipriv config to configure the endpoint
  3. Add alias in ~/.bashrc or ~/.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

Dependencies

~22–36MB
~633K SLoC