#notifications #tool #desktop #beep #config-file #specify

app patme

Easy-to-use CLI notification tool

1 unstable release

0.1.0 Sep 22, 2022

#8 in #beep

MIT license

17KB
330 lines

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

Config

---
default_method: desktop
default_title: "[Empty Title]"
default_msg: "Oops, empty message body."
email_config:
  username: 12345@qq.com
  password: 12345
  server: smtp.qq.com

Dependencies

~5–36MB
~569K SLoC