UnifiedPush message sender https://www.dalan.fr
Go to file
Rémi BERTHO 8e4e8a9453
Fix README
2023-06-27 23:20:20 +02:00
.vscode Initial commit 2023-06-27 23:15:03 +02:00
src Initial commit 2023-06-27 23:15:03 +02:00
.gitignore Initial commit 2023-06-27 23:15:03 +02: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
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

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