4 个版本
0.2.1 | 2024 年 2 月 26 日 |
---|---|
0.2.0 | 2024 年 2 月 18 日 |
0.1.1 | 2023 年 11 月 18 日 |
0.1.0 | 2023 年 10 月 14 日 |
在 命令行工具 中排名第 2552
每月下载量 108
15KB
74 行代码(不含注释)
pio-command-line-client
用于向 pass-it-on 服务器发送通知的命令行工具
用法
通过提供有效的 pass-it-on 客户端配置文件路径,可以使用提供的通知名称发送一个或多个消息。
pio-command-line-client-c/path/client/to/configuration-file-n"my_notification_name" -n"m"
message 1
[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
A second message
客户端配置示例
依赖