2 releases

0.1.1 Nov 11, 2022
0.1.0 Oct 26, 2022

#609 in Command-line interface

29 downloads per month

MIT license

14KB
195 lines

Notify-cli

Send message to ZNotify server with cli.

Usage

Send notification to ZNotify.

Usage: znotify [COMMAND]

Commands:
  send  Send notification to yourself
  help  Print this message or the help of the given subcommand(s)

Usage: znotify send [OPTIONS] --user_id <user_id> --content <content>

Options:
  -u, --user_id <user_id>  User ID to send notification
  -t, --title <title>      Title of the notification [default: Notification]
  -c, --content <content>  Content of the notification
  -l, --long <long>        Long content of notification
  -h, --help               Print help information

Dependencies

~7–22MB
~326K SLoC