patme

``` patme 0.1.0 Easy-to-use CLI notification tool

USAGE: patme.exe [OPTIONS] [METHOD]

ARGS: Notification method. Current support: desktop, email, beep [default: default]

OPTIONS: -c, --command Command to execute --config Specify custom config path -h, --help Print help information -m, --msg Notification body --open-config Open config file -t, --title Notification title -V, --version Print version information ```</p> <h2>Config</h2> <h2>```yaml</h2> <p>default<em>method: desktop default</em>title: "[Empty Title]" default<em>msg: "Oops, empty message body." email</em>config: username: 12345@qq.com password: 12345 server: smtp.qq.com</p> <p>```</p> </body></html>