ZNotify Cli logo

ZNotify Cli ZNotify

Use this command to install ZNotify Cli:
winget install --id=Zxilly.NotifyCli -e

Send notification to ZNotify server

ZNotify Cli is a command-line tool designed to send notifications to a ZNotify server. This utility allows users to integrate notification functionality directly into their workflow, enabling seamless communication with the ZNotify platform.

Key Features:

  • Cross-platform Support: Install via winget on Windows, Debian packages, or manual installation on Linux systems.
  • Command-Line Interface: Use intuitive commands such as upgrade, login, send, and help to manage notifications efficiently.
  • Customization Options: Generate completion files for popular shells (bash, fish, etc.) to enhance workflow integration.

Audience & Benefit: Ideal for developers, system administrators, and IT professionals who require a reliable way to send notifications programmatically. ZNotify Cli streamlines notification management by providing a consistent interface across different operating systems, reducing the need for platform-specific adjustments.

README

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] 

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 completion file for shell [possible values: bash, elvish, fish, powershell, zsh]
  -h, --help                 Print help
  -V, --version              Print version
Versions
0.2.0
0.1.3
0.1.2
0.1.1
Website
License