notipriv

Crates.ionotipriv
lib.rsnotipriv
version1.0.0
sourcesrc
created_at2023-06-27 21:25:12.5041
updated_at2023-06-27 21:25:12.5041
descriptionUnifiedPush message sender
homepagehttps://dalan.fr
repositoryhttps://git.berthor.eu/dalan/notipriv
max_upload_size
id901674
size45,652
(Dalan94)

documentation

README

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
Commit count: 0

cargo fmt