Forrest logo
tool overview
On this page you find all important commands for the CLI tool links. If the command you are looking for is missing please ask our AI.

links

The command line tool "links" is a text-based web browser for Unix-like operating systems. It allows users to browse the internet, view web pages, and navigate through hyperlinks entirely through a terminal interface. Developed in the early 1990s, links is known for its simplicity and minimal resource usage, making it a popular choice for accessing the web on low-powered devices or remote servers. It supports various protocols like HTTP, FTP, and SSL/TLS, enabling secure browsing and file transfers. Links also features rendering modes for both text-based browsing and graphic mode with support for images and tables. It offers options for bookmarks, history, and tabbed browsing to enhance user experience and productivity. Moreover, as an open-source project, links continues to be actively maintained and improved by its dedicated community of developers.

List of commands for links:

  • links:tldr:38c5d links: Enable Cookies (`1` to enable).
    $ links -enable-cookies ${select} ${https:--example-com}
    try on your machine
    explain this command
  • links:tldr:52f37 links: Visit a website.
    $ links ${https:--example-com}
    try on your machine
    explain this command
  • links:tldr:6b09e links: Apply restrictions for anonymous account.
    $ links -anonymous ${https:--example-com}
    try on your machine
    explain this command
tool overview