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.
|
2023-09-26 18:58:03 +01:00
|
|
|
> More information: <https://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
|
|
|
|
2023-09-26 18:58:03 +01:00
|
|
|
`w3m {{https://example.com}}`
|
2016-07-14 17:00:28 +01:00
|
|
|
|
2019-06-06 02:20:26 +01:00
|
|
|
- Open a URL in monochrome mode:
|
|
|
|
|
2023-09-26 18:58:03 +01:00
|
|
|
`w3m {{https://example.com}} -M`
|
2019-06-06 02:20:26 +01:00
|
|
|
|
|
|
|
- Open a URL without mouse support:
|
|
|
|
|
2023-09-26 18:58:03 +01:00
|
|
|
`w3m {{https://example.com}} -no-mouse`
|
2019-06-06 02:20:26 +01:00
|
|
|
|
|
|
|
- Open a new browser tab:
|
|
|
|
|
2023-12-29 16:02:08 +00:00
|
|
|
`<Shift> + T`
|
2019-06-06 02:20:26 +01:00
|
|
|
|
|
|
|
- Display your browser history:
|
|
|
|
|
2023-12-29 16:02:08 +00:00
|
|
|
`<Ctrl> + H`
|
2019-06-06 02:20:26 +01:00
|
|
|
|
2016-07-14 17:00:28 +01:00
|
|
|
- Quit w3m:
|
|
|
|
|
2023-12-29 16:02:08 +00:00
|
|
|
`q + y`
|