mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 05:46:03 +02:00
lynx: add page (#4815)
This commit is contained in:
parent
4d4b44fd69
commit
256d99646c
1 changed files with 18 additions and 5 deletions
|
@ -1,19 +1,32 @@
|
||||||
# lynx
|
# lynx
|
||||||
|
|
||||||
> Command-line web browser.
|
> Command-line web browser.
|
||||||
|
> More information: <https://lynx.browser.org>.
|
||||||
|
|
||||||
- Visit a website:
|
- Visit a website:
|
||||||
|
|
||||||
`lynx {{https://duckduckgo.com}}`
|
`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:
|
- Navigate forwards and backwards through the links on a page:
|
||||||
|
|
||||||
`Up arrow key, Down arrow key`
|
`Up arrow key, Down arrow key`
|
||||||
|
|
||||||
- Follow the currently selected link:
|
|
||||||
|
|
||||||
`Enter or the right arrow key`
|
|
||||||
|
|
||||||
- Go back to the previously displayed page:
|
- Go back to the previously displayed page:
|
||||||
|
|
||||||
`Left arrow key or u`
|
`Left arrow key or u`
|
||||||
|
|
Loading…
Add table
Reference in a new issue