UnifiedPush message sender https://www.dalan.fr
Go to file
Rémi BERTHO 735af68a3a Add smc config 2023-11-02 15:06:22 +01:00
.vscode Initial commit 2023-06-27 23:15:03 +02:00
src Initial commit 2023-06-27 23:15:03 +02:00
.gitignore Add smc config 2023-11-02 15:06:22 +01:00
Cargo.lock Initial commit 2023-06-27 23:15:03 +02:00
Cargo.toml Initial commit 2023-06-27 23:15:03 +02:00
Justfile Add smc config 2023-11-02 15:06:22 +01:00
LICENSE.md Initial commit 2023-06-27 23:15:03 +02:00
README.md Fix README 2023-06-27 23:20:20 +02:00
build.rs Initial commit 2023-06-27 23:15:03 +02:00
smc.toml Add smc config 2023-11-02 15:06:22 +01:00

README.md

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