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
```
Config
```yaml
defaultmethod: desktop
defaulttitle: "[Empty Title]"
defaultmsg: "Oops, empty message body."
emailconfig:
username: 12345@qq.com
password: 12345
server: smtp.qq.com
```