mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
w3m: update page, fix invalid options (#10752)
This commit is contained in:
parent
beed548922
commit
94b7fcddf5
1 changed files with 5 additions and 5 deletions
|
@ -2,19 +2,19 @@
|
||||||
|
|
||||||
> A text-based web browser.
|
> A text-based web browser.
|
||||||
> Supports SSL and mouse input, even over SSH.
|
> Supports SSL and mouse input, even over SSH.
|
||||||
> More information: <http://w3m.sourceforge.net>.
|
> More information: <https://w3m.sourceforge.net>.
|
||||||
|
|
||||||
- Open a URL:
|
- Open a URL:
|
||||||
|
|
||||||
`w3m {{http://example.com}}`
|
`w3m {{https://example.com}}`
|
||||||
|
|
||||||
- Open a URL in monochrome mode:
|
- Open a URL in monochrome mode:
|
||||||
|
|
||||||
`w3m {{http://example.com}} -M`
|
`w3m {{https://example.com}} -M`
|
||||||
|
|
||||||
- Open a URL without mouse support:
|
- Open a URL without mouse support:
|
||||||
|
|
||||||
`w3m {{http://example.com}} --no-mouse`
|
`w3m {{https://example.com}} -no-mouse`
|
||||||
|
|
||||||
- Open a new browser tab:
|
- Open a new browser tab:
|
||||||
|
|
||||||
|
@ -26,4 +26,4 @@
|
||||||
|
|
||||||
- Quit w3m:
|
- Quit w3m:
|
||||||
|
|
||||||
`'q' then 'y'`
|
`'q' followed by 'y'`
|
||||||
|
|
Loading…
Add table
Reference in a new issue