snippetbashTip
w3m — A text-based web browser. Supports SSL and mouse input, even over SSH. More information: <https://w3
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}} -MOpen a URL without mouse support:
w3m {{https://example.com}} -no-mouseOpen 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}} -MOpen a URL without mouse support
w3m {{https://example.com}} -no-mouseOpen a new browser tab
<Shift t>Display your browser history
<Ctrl h>Context
tldr-pages: common/w3m
Revisions (0)
No revisions yet.