meerita/puma-browser ? reverse-engineered prompt
Reverse engineered prompt
Build me a terminal based browser called Puma that can open a web page from a URL, fetch it over HTTP or HTTPS, and render the page as clean readable text in the terminal.
I want it to feel fast and simple, with no JavaScript, no Chromium, and no extra browser chrome. It should show headings, paragraphs, lists, quotes, and code in a readable layout, wrap text nicely, and let me scroll with the arrow keys and Page Up and Page Down. Pressing Esc twice should quit, and Ctrl C should exit right away.
If a page fails to load, show a clear error page in the same viewer. If no URL is given, open a blank page. Please also ignore script content and make sure the app handles redirects and basic page size limits safely.
Keep it clean and native, and look up any current Rust or terminal docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit