URI:
       switch from lynx to webdump as HTML to text formatter - randomcrap - random crap programs of varying quality
  HTML git clone git://git.codemadness.org/randomcrap
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ff00bbb6814f498996dce033f06dae8028f65d91
   DIR parent 1a989009b7e1f743f17da05f390c41a24600aada
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu,  7 Sep 2023 18:41:15 +0200
       
       switch from lynx to webdump as HTML to text formatter
       
       Diffstat:
         M globalshellrc                       |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/globalshellrc b/globalshellrc
       @@ -93,6 +93,8 @@ bind '^[[3~'='delete-char-forward'
        bind '^[[P'=delete-char-forward
        
        sfeedcurses() {
       +        PAGER="less -Ri" \
       +        SFEED_HTMLCONV="webdump -8 -r -i -l -a" \
                SFEED_AUTOCMD="${SFEED_AUTOCMD:-tgo}" \
                SFEED_LAZYLOAD="${SFEED_LAZYLOAD:-1}" \
                SFEED_PLUMBER="${SFEED_PLUMBER:-/home/hiltjo/.config/scripts/plumb_setsid.sh}" \