#send #notifications #server #command #cli #z-notify #znotify

app znotify-cli

向 ZNotify 服务器发送通知

2 个版本

0.1.1 2022年11月11日
0.1.0 2022年10月26日

#926命令行界面

MIT 许可证

14KB
195 代码行

Notify-cli

通过 CLI 向 ZNotify 服务器发送消息。

用法

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

依赖项

~7–20MB
~303K SLoC