1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:42:08 +02:00
tldr/pages/common/lynx.md
Sebastiaan Speck 3b8dd30d52
pages: fix typo (#11934)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-01 19:26:11 +01:00

36 lines
657 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|u}}`
- Exit:
`q + y`