2 unstable releases

0.2.0 Jan 16, 2021
0.1.0 Jan 15, 2021

#29 in #desktop-notifications

21 downloads per month

MIT license

17KB
96 lines

I Say

Drop desktop notifications through HTTP API.

curl "localhost:4829/?q=hello"

crates.io   GitHub Actions - Linter Status

Installation

cargo install isay

Usage

isay 0.2.0

USAGE:
    isay [OPTIONS] --app-name <app-name>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --app-name <app-name>    App name for the notification
    -p, --port <port>            HTTP port to listen on [default: 4829]
    -t, --timeout <timeout>      Timeout for the notification. Set it to 0 makes the notification
                                 never disappear. [default: -1]

License

MIT

Dependencies

~14–49MB
~756K SLoC