1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 09:02:08 +02:00

w3m: update page, fix invalid options (#10752)

This commit is contained in:
07416 2023-09-26 20:58:03 +03:00 committed by GitHub
parent beed548922
commit 94b7fcddf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'`