Skip to content

ZNotify/cli

Repository files navigation

Notify-cli

Send message to ZNotify server with cli.

Installation

Windows

winget install Zxilly.NotifyCli

Debian

# Download from release
sudo apt install znotify-cli_*.deb

Other

Download from release, grant permission and place it in your PATH.

# Linux example
sudo curl -L https://github.com/ZNotify/cli/releases/download/latest/znotify-x86_64-unknown-linux-gnu -o /usr/local/bin/znotify
sudo chmod +x /usr/local/bin/znotify
/usr/local/bin/znotify --version

Usage

Send notification to ZNotify server

Usage: znotify [OPTIONS] <COMMAND>

Commands:
  upgrade  upgrade ZNotify to latest
  login    Log into ZNotify
  send     Send a message to ZNotify
  help     Print this message or the help of the given subcommand(s)

Options:
      --generate <GENERATE>  Generate completion file for shell [possible values: bash, elvish, fish, powershell, zsh]
  -h, --help                 Print help
  -V, --version              Print version