I just don't understand...what is the use case of this? I thought it would be something that cleverly renders text without style in a minimalist-browser sort of way. But this just literally...shows you the web page...in the CLI? I'm confused.
Struggling to see the reasoning behind why you would need to do this if you are remoting into a machine, meaning you have a real machine that you can just open a browser in. Seems more like a solution looking for a problem to me.
There's never been a situation in which I wished I had a browser like this in the CLI.
There have been situations in which I wish I could just get a simplified text version of any site without the styling, but I never once wished I could see the actual full site in all its glory in the CLI.
Ladybird browser may be easier to build a TUI terminal user interface for than other brothers because of Lagom FWIU (LibWeb and LibJs are already decoupled from the UI and rendering)
Cloudflare Browser Rendering REST API https://developers.cloudflare.com/browser-rendering/rest-api... says 10/min day free (which is probably enough for an open source project that needs to run screenshots at various resolutions on a few builds per day)
But then there's this, which currently only execs partial js:
> WARNING: Kitty image support (currently only in main branch builds) by its design nature is barelly usable in SSH when brow6el runs on remote host, this feature is usable when brow6el is executed on localhost. On ssh the responsivenes of browser is significantly affected, due to massive data transfers on each frame rendered
"This reporitory [https://tangled.org/janantos.tngl.sh/brow6el] is now the main and only source of truth, previous on Codeberg [https://codeberg.org/janantos/brow6el] is kept for referrence only. I have decided to migrated from Codeberg because of my other projects are not welcomed there anymore and I want to keep my projects together on single platform."
There's never been a situation in which I wished I had a browser like this in the CLI.
There have been situations in which I wish I could just get a simplified text version of any site without the styling, but I never once wished I could see the actual full site in all its glory in the CLI.
This lets you use it from plain SSH connection?
"Show HN: Browsh – A modern, text-based browser" (2018) https://news.ycombinator.com/item?id=17487552
browsh-org/browsh: A fully-modern text-based browser, rendering to TTY and browsers https://github.com/browsh-org/browsh
"Forking Chrome to render in a terminal" (2023) https://news.ycombinator.com/item?id=34547259
fathyb/carbonyl: Chromium running inside your terminal https://github.com/fathyb/carbonyl
chawan: TUI Web Browser https://sr.ht/~bptato/chawan/
Ladybird browser may be easier to build a TUI terminal user interface for than other brothers because of Lagom FWIU (LibWeb and LibJs are already decoupled from the UI and rendering)
Cloudflare Browser Isolation runs part of the browser in the cloud, which might work for TUIs ..
Research open source solutions for self-hosting remote browser isolation;
Like these browser isolation Chrome extensions: https://www.legba.app/blog/best-browser-isolation-extensions...
And these:
RBI: remote-browser-isolation · GitHub Topics https://github.com/topics/remote-browser-isolation?o=asc&s=u...
Cloudflare Browser Rendering REST API https://developers.cloudflare.com/browser-rendering/rest-api... says 10/min day free (which is probably enough for an open source project that needs to run screenshots at various resolutions on a few builds per day)
But then there's this, which currently only execs partial js:
But it's fine in the default Sixel?
What happens if you run it in a TTY ? Does it fail to render anything?