pushover_cli

Crates.iopushover_cli
lib.rspushover_cli
version0.1.0
sourcesrc
created_at2020-08-28 00:55:40.056678
updated_at2020-08-28 00:55:40.056678
descriptionA Rust command-line tool to interact with the Pushover.net API.
homepage
repositoryhttps://github.com/Bauke/pushover
max_upload_size
id281681
size34,939
Bauke (Bauke)

documentation

README

Pushover

A Rust library and command-line tool to interact with the Pushover.net API.

Note

This library and command-line tool are woefully incomplete and primarily built on a "want to have" basis. If you find yourself missing something from the Pushover API and want it implemented, please create an issue for it (or email me at me@bauke.xyz).

API

For the API documentation, see docs.rs.

CLI

To install the Pushover command-line tool, run cargo install pushover_cli or download a precompiled executable directly from the Releases page.

Then run pushover --help to see all the available options and subcommands.

License

Both the API and command-line tool are licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in either crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt