From 15a31bdc113604418aaac95c6ed01159883f5127 Mon Sep 17 00:00:00 2001 From: b3nj4m1n Date: Tue, 28 Jun 2022 12:15:30 +0200 Subject: [PATCH] Fix broken output when using pager with glow --- xdg-ninja.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3