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

elinks

ELinks is a command-line web browser and text-mode file manager developed by the ELinks team. It allows users to browse the web and access various internet resources directly from the command line interface.

Some features of ELinks include support for HTML, CSS, and JavaScript, tabbed browsing, bookmarks, history, session management, and download capabilities. It also supports protocols like HTTP, FTP, and Gopher, allowing users to retrieve and interact with content from diverse sources.

ELinks provides a lightweight and efficient browsing experience as it focuses on rendering text and simple graphical elements rather than complex web pages. Its interface is text-based, making it suitable for low-bandwidth or resource-constrained environments.

Being a command-line tool, ELinks can be used remotely via SSH, making it a useful tool for server administrators. It can also be integrated into scripts and automated workflows, allowing for efficient web scraping, monitoring, or automation tasks.

Overall, ELinks is a versatile and powerful command-line web browser that provides a convenient way to access the internet and retrieve information directly from the terminal or command line interface.

List of commands for elinks:

  • elinks:tldr:ddfe6 elinks: Dump output of webpage to console, colorizing the text with ANSI control codes.
    $ elinks -dump -dump-color-mode ${1} ${url}
    try on your machine
    explain this command
  • elinks:tldr:e09e5 elinks: Start elinks.
    $ elinks
    try on your machine
    explain this command
tool overview