cli
cli copied to clipboard
A command line interface for pushing messages to gotify/server.
Hello. I have my problems to understand the doku. ;-) I will give some examples to send a message from bash. As **Mardown**: Value of CR are two spaces and...
Please upvote the request for packaging at Ubuntu, see https://bugs.launchpad.net/ubuntu/+bug/2002308 (After logging in, you can vote on Yes, the effects me too.) This can be helped forward by creating a...
This fixes #69. Added a feature to split on null characters when reading from stdin. This way users can have one long-running `gotify push` and simply piping things to it.
I'm watching logs for some filesystems and want notified when there are new entries. I'm using: ```sh `journalctl -kf | xargs -L 1 gotify p ``` That is working great!...