Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Feature: New option to push message every x lines(default 1)

Aperta
#69 3 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@eternal-flame-AD ci sta già lavorando.

Dal 2/8/2024.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

a:feature

I'm watching logs for some filesystems and want notified when there are new entries. I'm using:

`journalctl -kf | xargs -L 1 gotify p

That is working great! I'd like to make it integrated so as to not worry as much about buffering and to not need the xargs and be more portable for others.

Something like:

journalctl -kf | gotify p -L 1

And the option could be:

gotify push 
--lines value, -L value Push a message every 'value' lines (default: 1)

Would this be a good idea?

Lingua principale
Go
Stelle
588
Fork
73
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di gotify/cli

Tutte le issue di gotify/cli

Issue simili

Altre issue su Go

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.