tldr/pages/common/lynx.md

37 lines
656 B
Markdown
Raw Normal View History

2020-11-13 09:47:53 +00:00
# lynx
> Command-line web browser.
2020-12-07 13:11:31 +00:00
> More information: <https://lynx.browser.org>.
2020-11-13 09:47:53 +00:00
- Visit a website:
2020-12-07 13:11:31 +00:00
`lynx {{example.com}}`
2020-11-13 09:47:53 +00:00
2020-12-07 13:11:31 +00:00
- Apply restrictions for anonymous account:
2020-11-13 09:47:53 +00:00
2020-12-07 13:11:31 +00:00
`lynx -anonymous {{example.com}}`
- Turn on mouse support, if available:
`lynx -use_mouse {{example.com}}`
- Force color mode on, if available:
2020-11-13 09:47:53 +00:00
2020-12-07 13:11:31 +00:00
`lynx -color {{example.com}}`
2020-11-13 09:47:53 +00:00
2020-12-07 13:11:31 +00:00
- 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`
2020-11-13 09:47:53 +00:00
- Go back to the previously displayed page:
`Left arrow key or u`
- Exit:
`q then y`