Crates.io | isay |
lib.rs | isay |
version | 0.2.0 |
source | src |
created_at | 2021-01-15 11:25:38.251757 |
updated_at | 2021-01-16 02:53:17.714264 |
description | Drop desktop notifications through HTTP API |
homepage | |
repository | https://github.com/outloudvi/isay |
max_upload_size | |
id | 342327 |
size | 55,713 |
Drop desktop notifications through HTTP API.
curl "localhost:4829/?q=hello"
cargo install isay
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]
MIT