1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-19 12:35:42 +02:00
tldr/pages/common/lynx.md
Vitor Henrique 61405c6e0e
pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30

36 lines
656 B
Markdown

# lynx
> Command-line web browser.
> More information: <https://lynx.browser.org>.
- Visit a website:
`lynx {{example.com}}`
- Apply restrictions for anonymous account:
`lynx -anonymous {{example.com}}`
- Turn on mouse support, if available:
`lynx -use_mouse {{example.com}}`
- Force color mode on, if available:
`lynx -color {{example.com}}`
- Open a link, using a specific file to read and write cookies:
`lynx -cookie_file={{path/to/file}} {{example.com}}`
- Navigate forwards and backwards through the links on a page:
`Up arrow key, Down arrow key`
- Go back to the previously displayed page:
`Left arrow key OR u`
- Exit:
`q then y`