I wrote an HTML renderer [0] as part of euporie [1], which I'm planning on eventually spinning into a new terminal browser (but it needs a bit more work first).<p>There's no JS support, but a good chunk of CSS is implemented, and images are displayed using terminal graphics if your terminal supports it.<p>You can try it out by passing a URL to `euporie-notebook`.<p>[1] <a href="https://github.com/joouha/euporie/blob/dev/euporie/core/ft/html.py">https://github.com/joouha/euporie/blob/dev/euporie/core/ft/h...</a><p>[0] <a href="https://github.com/joouha/euporie">https://github.com/joouha/euporie</a>
And a full browser runnning in the terminal: <a href="https://github.com/chase/awrit">https://github.com/chase/awrit</a>
Though I realize it's currently offline, can I just say how refreshing it is to see the mention of a live ssh demo with no authentication needed? I wish more tools had such a friction free way to try them.
See also: <a href="https://sr.ht/~bptato/chawan/" rel="nofollow">https://sr.ht/~bptato/chawan/</a> - a web browser for your terminal
Neat! Very handy for looking up issues remotely. It has a dependency on firefox, but on systems that have Nix, that shouldn't be too much of a problem.