From: b3nj4m1n Date: Tue, 28 Jun 2022 10:15:30 +0000 (+0200) Subject: Fix broken output when using pager with glow X-Git-Tag: v0.2.0.1~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/15a31bdc113604418aaac95c6ed01159883f5127 Fix broken output when using pager with glow --- diff --git a/xdg-ninja.sh b/xdg-ninja.sh index 6d7a0ad..9d01517 100755 --- a/xdg-ninja.sh +++ b/xdg-ninja.sh @@ -163,7 +163,7 @@ log() { ;; HELP) - decode_string "$HELP" | $DECODER + decode_string "$HELP" | PAGER="cat" $DECODER ;; esac