From 5f2351fe92c22b12187a33cb2a1c1555cde8176c Mon Sep 17 00:00:00 2001 From: Timm Heuss Date: Mon, 23 Dec 2024 17:34:35 +1100 Subject: [PATCH] Move less param --- .config/newsboat/scripts/browser-fivefilters | 2 +- Library/Preferences/glow/glow.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/newsboat/scripts/browser-fivefilters b/.config/newsboat/scripts/browser-fivefilters index a2d9d1c..1345838 100755 --- a/.config/newsboat/scripts/browser-fivefilters +++ b/.config/newsboat/scripts/browser-fivefilters @@ -4,7 +4,7 @@ SERVICE="http://localhost:55000/" url="$1" -curl --fail "$SERVICE/extract.php?url=$url" | jq -r ".content" | html2text -b 0 | glow +curl --fail "$SERVICE/extract.php?url=$url" | jq -r ".content" | html2text -b 0 | glow --pager #curl --fail --silent "http://maya.local:8080/extract.php?url=$url" | jq -r ".content" | w3m -v -F -T text/html diff --git a/Library/Preferences/glow/glow.yml b/Library/Preferences/glow/glow.yml index 40df73c..a39388d 100644 --- a/Library/Preferences/glow/glow.yml +++ b/Library/Preferences/glow/glow.yml @@ -4,7 +4,5 @@ style: "auto" local: false # mouse support (TUI-mode only) mouse: true -# use pager to display markdown -pager: true # word-wrap at width width: 80