From 924a44618fb9bd52697fd9f1125df6159384bf48 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 8 Dec 2018 16:01:11 -0500 Subject: entr command to replace podboat --- .scripts/tools/podentr | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .scripts/tools/podentr (limited to '.scripts/tools/podentr') diff --git a/.scripts/tools/podentr b/.scripts/tools/podentr new file mode 100755 index 0000000..13ab4a8 --- /dev/null +++ b/.scripts/tools/podentr @@ -0,0 +1,6 @@ +#!/bin/sh +# entr command to run `queueandnotify` when newsboat queue is changed + +[ "$(pgrep -x $(basename $0) | wc -l)" -gt 2 ] && exit + +echo ~/.local/share/newsboat/queue | entr -p queueandnotify 2>/dev/null -- cgit v1.3.1