LinuxCommandLibrary

links

text-mode web browser for the terminal

TLDR

Visit a website

$ links https://example.com
copy
Browse in anonymous mode
$ links -anonymous https://example.com
copy
Enable cookies
$ links -enable-cookies 1 https://example.com
copy

SYNOPSIS

links [options] [url]

DESCRIPTION

links is a text-mode web browser for the terminal. It supports tables, frames, and basic forms rendering, making it useful for browsing documentation or using the web from servers without a graphical environment.

PARAMETERS

-anonymous

Apply restrictions for anonymous browsing
-enable-cookies 0|1
Enable (1) or disable (0) cookies
-dump
Write rendered page to stdout
-source
Write page source to stdout
-html-margin WIDTH
Set margin width

NAVIGATION KEYS

Up/Down

Navigate between links
Left/Right
Go back/forward in history
Enter
Follow selected link
q, y
Quit browser
g
Go to URL

SEE ALSO

links2(1), lynx(1), w3m(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community