2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`{{<ArrowUp>|<ArrowDown>}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Go back to the previously displayed page:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`{{<ArrowLeft>|<u>}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Exit:
|
|
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`<q><y>`
|