Files
cheatsheet-tldr/tldr/linux/links
2025-11-17 00:21:04 +00:00

35 lines
668 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# links
> Command-line text-only web browser.
> See also: `links2`.
> More information: <https://links.twibright.com/user_en.html#subch-browser_calibration>.
- Visit a website:
`links {{https://example.com}}`
- Apply restrictions for anonymous account:
`links -anonymous {{https://example.com}}`
- Enable Cookies (`1` to enable):
`links -enable-cookies {{0|1}} {{https://example.com}}`
- Navigate forwards and backwards through the links on a page:
`{{<ArrowUp>|<ArrowDown>}}`
- Go forwards and backwards one page:
`{{<ArrowLeft>|<ArrowRight>}}`
- Exit:
`<q><y>`