I've written an "Ode to elinks" on my #Gemini capsule before, and I recently stumbled upon this great article that goes into more details and reasons why #elinks is one of the best text web browsers out there. Excellent for when you want to access information from a #RaspberryPi Zero or other low-powered device.
Dion Moult https://thinkmoult.com/using-elinks-browse-web.html
https://tobykurien.com/images/microblog/post-1768403680-0.png
#ELinks with `-dump-color-mode 2 -colors 1` has colors and numbered links
#links2 with `-html-numbered-links 1` is monochrome, but has numbered links
#Lynx too, but its output looks more messy to me.
#w3m doesn't highlight links and doesn't output link URLs at all.
#Pandoc can't handle table layouts, which unfortunately are still very common in commercial emails.
#HTML2Text (the C++ tool, https://gitlab.com/grobian/html2text) does a decent job and supports bold & underline in `less` and NeoMutt's pager.
google() {
q=$(echo -n $@ | python3 -c "import urllib.parse,sys;print(urllib.parse.quote(sys.stdin.read()))")
if which elinks &>/dev/null; then
elinks "http://www.google.com/search?hl=de&q=${q}"
else
open "http://www.google.com/search?hl=de&q=${q}"
fi
}
(open for non-macOS: https://github.com/malte70/scripts/blob/master/open)
@spencersb I feel you.
I once applied for a school for a role which involved settling a n IT curriculum (mwahahaha) and overseeing the schools infrastructure.
I was reading the raw site from #elinks and noticed the school had adverts at the bottom for illegal downloads; gambling; and goodness knows whatever nasty SEO afflictions.
I tracked it down to the plugin, which was like a webring for SEO (*insert joke*).
Sure I got the interview but the role went to somebody 'with more experience'.
@luceos ah, #Flarum is really nice! My only gripe is that it doesn't work without JS (interaction, not just reading) since I browse the web mostly using elinks. This is a similar issue I have with #Discourse.
(interestingly I cannot post on #PHPBB on #elinks either, haven't investigated why. Vanilla without JS strangely takes 10x longer for the post request).
You're right storage is cheap. Just checked, Flarum is 65MB (16MB Flarum itself, the rest as deps).