9 unstable releases (3 breaking)

0.6.1 Nov 24, 2024
0.6.0 Sep 25, 2024
0.5.0 May 18, 2024
0.4.2 May 12, 2024
0.3.2 Mar 3, 2024

#1112 in Network programming

Download history 174/week @ 2024-09-23 18/week @ 2024-09-30 4/week @ 2024-10-07 2/week @ 2024-10-14 74/week @ 2024-11-18 62/week @ 2024-11-25

136 downloads per month

MIT license

20KB
88 lines

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

Dependencies

~14–27MB
~447K SLoC