HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

w3m — A text-based web browser. Supports SSL and mouse input, even over SSH. More information: <https://w3

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbrowsertextsupportscliwebbasedw3m

Problem

How to use the w3m command: A text-based web browser. Supports SSL and mouse input, even over SSH. More information: <https://w3m.sourceforge.net/MANUAL>.

Solution

w3m — A text-based web browser. Supports SSL and mouse input, even over SSH. More information: <https://w3m.sourceforge.net/MANUAL>.

Open a URL:
w3m {{https://example.com}}


Open a URL in monochrome mode:
w3m {{https://example.com}} -M


Open a URL without mouse support:
w3m {{https://example.com}} -no-mouse


Open a new browser tab:
<Shift t>


Display your browser history:
<Ctrl h>


Quit w3m:
<q><y>

Code Snippets

Open a URL

w3m {{https://example.com}}

Open a URL in monochrome mode

w3m {{https://example.com}} -M

Open a URL without mouse support

w3m {{https://example.com}} -no-mouse

Open a new browser tab

<Shift t>

Display your browser history

<Ctrl h>

Context

tldr-pages: common/w3m

Revisions (0)

No revisions yet.