notipriv

Presentation

UnifiedPush message sender.

Usage

Config

  • notipriv config to configure the endpoint
  • Add alias in ~/.bashrc or ~/.zshrc
    alias 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.