pio-command-line-client

Crates.iopio-command-line-client
lib.rspio-command-line-client
version0.2.1
sourcesrc
created_at2023-10-14 05:57:39.696948
updated_at2024-02-26 04:16:50.851167
descriptionA command line tool to send notifications to a pass-it-on server
homepagehttps://github.com/kwheelans/pio-command-line-client
repositoryhttps://github.com/kwheelans/pio-command-line-client
max_upload_size
id1002948
size47,872
Kevin Wheelans (kwheelans)

documentation

https://docs.rs/crate/pio-command-line-client

README

pio-command-line-client

MIT licensed

A command line tool to send notifications to a pass-it-on server

Usage

By providing path to a valid pass-it-on client configuration file one of more messages can be sent with the provided notification name.

pio-command-line-client -c path/to/client/configuration/file -n my_notification_name -m "message 1" -m "A second message"

Client Configuration Example

[client]
key = "sdfsf4633ghf44dfhdfhQdhdfhewaasg"

[[client.interface]]
type = "pipe"
path = '/path/to/pipe.fifo'
group_read_permission = true
group_write_permission = true

[[client.interface]]
type = "http"
host = "192.168.1.2"
port = 8080
Commit count: 7

cargo fmt