Skip to content

Commit

Permalink
Move less param
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Dec 23, 2024
1 parent c1c6269 commit 5f2351f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .config/newsboat/scripts/browser-fivefilters
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions Library/Preferences/glow/glow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f2351f

Please sign in to comment.