w3m browser
w3m -o auto_image=FALSE https://news.ycombinator.com/
Last updated
w3m can display images in a terminal, provided the terminal has necessary capabilities, but if you want to browse just text only, then use, auto_image=FALSE option as follows,
w3m -o auto_image=FALSE https://news.ycombinator.com/Default bookmarks file is in ~/.w3m/bookmark.html. Bookmarks can be added via Esc+a and visted by Esc+b.
Last updated