http://intrcxv4fa72e5ovler5dpfwsiyuo34tkcwfy5snzstxkhec75okowqd.onion/blog/minimalist-tools
Reading a web article in the terminal Using hurl , rdrview , tidy , webdump , and less . readarticle() {
hurl "$@" | rdrview -H -T'title,body' | tidy -qcb | webdump -lirda -w80 | less
} Turning a web article into a PDF Using hurl , rdrview , tidy , pandoc , and zathura .