browsh
TLDR
Start browsh
SYNOPSIS
browsh [options] [url]
DESCRIPTION
browsh is a fully modern text-based browser that renders to TTY terminals. It uses a headless Mozilla Firefox to fetch and render web pages, then converts the output into ANSI or Unicode characters for terminal display.
The browser supports HTML5, CSS3, JavaScript, images, WebGL content, and video playback within the terminal.
PARAMETERS
--firefox.path path
Path to Firefox binary--http-server-mode
Run as HTTP server for browser access--startup-url url
URL to open on startup--time-limit seconds
Limit session duration
KEY BINDINGS
ALT+SHIFT+p
Take screenshotALT+m
Toggle monochrome mode (helps with rendering issues)ALT+u
Toggle user agent between desktop and mobileCTRL+q
Quit browshF1
Display help
REQUIREMENTS
Requires Firefox 57 or newer installed on the system. The browser runs Firefox in headless mode with a webextension that captures and converts rendered output.
CAVEATS
Resource intensive due to running a full Firefox instance. Best used for bandwidth reduction over SSH connections. Sessions on the public demo server (ssh brow.sh) are limited to 5 minutes and logged.
HISTORY
Browsh was created as a modern replacement for text browsers like Lynx, capable of rendering modern websites that rely heavily on JavaScript and CSS.


