gotify / gotify/cli

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

オープン
#69 コメント 3 件 リアクション 0 件 担当者 1 名 @eternal-flame-AD が担当を希望しています GitHub で見る
a:feature
主要言語
Go
スター
588
フォーク
73
PR マージ指標
30日以内にマージされた PR はありません

説明

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! 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:
```sh
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?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。