Skip to content

ZNotify/cli

Folders and files

NameName
Last commit message
Last commit date
Jul 29, 2024
Mar 31, 2025
Jan 24, 2023
Jul 29, 2024
Jan 24, 2023
Dec 5, 2022
Mar 31, 2025
Mar 31, 2025
Oct 24, 2022
Jan 24, 2023
Jan 23, 2023

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