HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

links — Command-line text-only web browser. See also: `links2`. More information: <https://links.twibright.c

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandtextclilinksonlywebline
linux

Problem

How to use the links command: Command-line text-only web browser. See also: links2. More information: <https://links.twibright.com/user_en.html#subch-browser_calibration>.

Solution

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>

Code Snippets

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>}}

Context

tldr-pages: linux/links

Revisions (0)

No revisions yet.