mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 22:33:09 +02:00
lynx: add page (#4764)
This commit is contained in:
parent
b5c9e4afc9
commit
4c4ade0d11
1 changed files with 23 additions and 0 deletions
23
pages/common/lynx.md
Normal file
23
pages/common/lynx.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue