Files
cheatsheet-tldr/tldr/linux/links
2025-03-10 00:15:53 +00:00

34 lines
589 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# links
> Command-line web browser.
> More information: <http://links.twibright.com/>.
- 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>`