browser

command module
v1.0.0-alpha.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2026 License: MIT Imports: 37 Imported by: 0

README

⭐   the project to show your appreciation. :arrow_upper_right:

Terminal based Web Browser

Features:

  1. No Javascript support
  2. Experimental Image Rendering support
  3. Defaults to Reading Mode
  4. Great for Reading Documentation and Newspapers
  5. Formats and displays HTML (via Standard In or URL)

Screenshot of vox.com (2026-02-14)

vox.com homepage

Page source

You can open any file by piping the contents through standard in:

cat file.txt | browser

or

browser < input_file.html

Alternatively, you can pass the --html -f flags to a url.

page source

Download Pre-built binaries

https://github.com/romance-dev/browser/releases

or

GOOS=windows GOARCH=amd64  go build -trimpath -ldflags="-s -w" .
GOOS=linux GOARCH=amd64  go build -trimpath -ldflags="-s -w" .
GOOS=darwin GOARCH=amd64  go build -trimpath -ldflags="-s -w" .
GOOS=darwin GOARCH=arm64  go build -trimpath -ldflags="-s -w" .

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
collapse can collapse whitespace in html elements.
collapse can collapse whitespace in html elements.
internal
plugin

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL