Remix.run Logo
littlestymaar 5 hours ago

> I'm really waiting for the TUI web browser. That would let me live completely in the terminal.

You can already do this, since the 90s: Lynx[1] and w3m[2] have both existed for more than three decades at this point.

[1]: https://en.wikipedia.org/wiki/Lynx_(web_browser)

[2]: https://en.wikipedia.org/wiki/W3m

jasonjayr 4 hours ago | parent [-]

ELinks is the TUI browser I've used since .... forever.

https://github.com/rkd77/elinks

xvilka 3 hours ago | parent [-]

Something like ELinks could be created by writing a simple TUI on top of the Servo engine. Then it would be able to handle even complex Web pages full of JavaScript which is a huge chunk of the modern Internet.