cli icon indicating copy to clipboard operation
cli copied to clipboard

A command line interface for pushing messages to gotify/server.

Results 15 cli issues
Sort by recently updated
recently updated
newest added

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...

question

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...

Add `GIT_TAG=$(shell git tag)` to the makefile

a:feature

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!...

a:feature