1 个不稳定版本
0.1.0 | 2022年9月22日 |
---|
#9 在 #蜂鸣
17KB
330 行
patme
patme 0.1.0
Easy-to-use CLI notification tool
USAGE:
patme.exe [OPTIONS] [METHOD]
ARGS:
<METHOD> Notification method. Current support: desktop, email, beep [default: default]
OPTIONS:
-c, --command <COMMAND> Command to execute
--config <CONFIG> Specify custom config path
-h, --help Print help information
-m, --msg <MSG> Notification body
--open-config Open config file
-t, --title <TITLE> Notification title
-V, --version Print version information
配置
---
default_method: desktop
default_title: "[Empty Title]"
default_msg: "Oops, empty message body."
email_config:
username: [email protected]
password: 12345
server: smtp.qq.com
依赖项
~5–34MB
~554K SLoC