patme

Crates.iopatme
lib.rspatme
version0.1.0
sourcesrc
created_at2022-09-22 07:37:21.906393
updated_at2022-09-22 07:37:21.906393
descriptionEasy-to-use CLI notification tool
homepage
repository
max_upload_size
id671514
size58,816
ouromoros (ouromoros)

documentation

README

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

Commit count: 0

cargo fmt