1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 12:35:28 +02:00
tldr/pages/common/lynx.md
2020-11-13 06:47:53 -03:00

23 lines
347 B
Markdown

# lynx
> Command-line web browser.
- Visit a website:
`lynx {{https://duckduckgo.com}}`
- Navigate forwards and backwards through the links on a page:
`Up arrow key, Down arrow key`
- Follow the currently selected link:
`Enter or the right arrow key`
- Go back to the previously displayed page:
`Left arrow key or u`
- Exit:
`q then y`