2016-07-14 17:00:28 +01:00
|
|
|
# w3m
|
|
|
|
|
|
|
|
> A text-based web browser.
|
2019-06-06 02:20:26 +01:00
|
|
|
> Supports SSL and mouse input, even over SSH.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <http://w3m.sourceforge.net>.
|
2016-07-14 17:00:28 +01:00
|
|
|
|
2019-06-06 02:20:26 +01:00
|
|
|
- Open a URL:
|
2016-07-14 17:00:28 +01:00
|
|
|
|
|
|
|
`w3m {{http://example.com}}`
|
|
|
|
|
2019-06-06 02:20:26 +01:00
|
|
|
- Open a URL in monochrome mode:
|
|
|
|
|
|
|
|
`w3m {{http://example.com}} -M`
|
|
|
|
|
|
|
|
- Open a URL without mouse support:
|
|
|
|
|
|
|
|
`w3m {{http://example.com}} --no-mouse`
|
|
|
|
|
|
|
|
- Open a new browser tab:
|
|
|
|
|
|
|
|
`Shift + T`
|
|
|
|
|
|
|
|
- Display your browser history:
|
|
|
|
|
|
|
|
`Ctrl + H`
|
|
|
|
|
2016-07-14 17:00:28 +01:00
|
|
|
- Quit w3m:
|
|
|
|
|
|
|
|
`'q' then 'y'`
|