commit dc38e2460659d1aceb1ec6e3a165a29072ac511b parent ef7708adefd91b1c751f4e7332c1cc70649f7de3 Author: Sven Möller <sven@svenmoeller.xyz> Date: Mon, 25 Jul 2022 16:26:43 +0200 Adjustment Diffstat:
M | bin/.local/bin/news | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/.local/bin/news b/bin/.local/bin/news @@ -7,4 +7,4 @@ BEGIN { OFS = "\t"; } $2 = "[" FILENAME "] " $2; print $0 }' * | sort -gr | head -n100 | sfeed_plain | $MENU\ - | grep -Eo 'https?://\S+' | xargs -r $BROWSER + | grep -Eo 'https?://\S+' | xargs -r lh