rnotify 0.2.0

Rnotify allows sending informative messages to various destinations such as Discord, Telegram and Mail through the command line.
Documentation
1
2
3
4
5
6
7
8
9
10
[[destinations]]
routing_type = "Root"
type = "File"
id = "log_file"
path = "/var/log/rnotify.log"

[[destinations]]
type = "Discord"
id = "discord_destination"
url = "https://discord.com/api/webhooks/11111111111111/2aaaaaaaaaaaaaaaaa"