pass-it-on-cli

Crates.iopass-it-on-cli
lib.rspass-it-on-cli
version0.5.0
sourcesrc
created_at2024-03-01 04:17:47.761202
updated_at2024-05-18 01:10:56.144706
descriptionA command line tool to send notifications to a pass-it-on server
homepagehttps://github.com/kwheelans/pass-it-on-cli
repositoryhttps://github.com/kwheelans/pass-it-on-cli
max_upload_size
id1158463
size62,713
Kevin Wheelans (kwheelans)

documentation

https://docs.rs/crate/pass-it-on-cli

README

pass-it-on-cli

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.

pass-it-on-cli -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: 30

cargo fmt