Hi, On Mon, Jan 06, 2025 at 02:42:00PM +0042, yeti wrote: > Chawan - a web browser for your terminal > <https://sr.ht/~bptato/chawan/>
Very cool, I think they have some nice ideas for how to implement multiple protocols and mime handlers. > I played a bit with it. Ok, ok, more a long than only a bit. ;-) > > The following snapshot was taken from Chawan running on an OpenBSD7 > pubnix I was connected to over SSH in XTerm on Debian: > > <https://web.archive.org/web/20250104110122if_/https://yeti.tilde.institute/tmp/chawan/20250103-175931__chawan__in_xterm.png> > > The second one was shot via XTerm and SSH too, but this time the remote > was a headless Pi2 in my LAN: > > <https://web.archive.org/web/20250104152517if_/https://yeti.tilde.institute/tmp/chawan/20250104-152317__chawan__orgbabel_notes.png> > > Chawan seems to be the first browser in a terminal that does not butcher > my Org-Babel notes massively. Even without graphics via Sixels this > would have been a big leap for proofreading my own stuff over SSH or > Mosh if graphics aren't needed, but sure I won't complain about graphics > being supported too. \o/ If you want to bring remote HTML files to the machine where the screen is attached, you can use: - SSH local port forwarding + remote http an server like darkhttpd listening on localhost: % ssh -L 8080:localhost:8080 the.host darkhttpd /path/to/website & % dillo http://localhost:8080 - sshfs + file: % sshfs the.host:/path/to/website /mnt/web % dillo file:///mnt/web So you only need to transfer the HTML documents and images over SSH and moving around doesn't require a round-trip to the server. Best, Rodrigo. _______________________________________________ Dillo-dev mailing list -- dillo-dev@mailman3.com To unsubscribe send an email to dillo-dev-le...@mailman3.com