LinuxCommandLibrary

links

Command-line web browser.

TLDR

Visit a website

$ links [https://example.com]
copy


Apply restrictions for anonymous account
$ links -anonymous [https://example.com]
copy


Enable Cookies (1 to enable)
$ links -enable-cookies [0|1] [https://example.com]
copy


Navigate forwards and backwards through the links on a page
$ Up arrow key, Down arrow key
copy


Go forwards and backwards one page
$ Left arrow key, Right arrow key
copy


Exit
$ q then y
copy

Copied to clipboard