w3m
w3m is a text-based command line web browser that allows users to browse and navigate web pages within a terminal. It is an open-source tool developed primarily for Unix-like systems and is widely used in Linux distributions. The browser supports HTML, tables, frames, and even inline images, allowing users to view and interact with web content without a graphical user interface. With w3m, users can follow hyperlinks, submit forms, and perform basic interactions commonly found on the web. It supports various input options, including mouse, keybindings, and even a fasttext input method that allows users to enter text quickly. w3m also comes with features like bookmarks, tabbed browsing, multiple windows, and customizable keymaps, providing a customizable browsing experience. It supports various protocols, including HTTP, HTTPS, FTP, and local file access, making it versatile for different types of web content. Additionally, it can render web pages in different formats like text, HTML, or even dump the raw page source for further processing. The tool is lightweight, fast, and efficient, making it a popular choice for those wanting to browse the web from a terminal or command line interface without graphical distractions. Overall, w3m offers a simple and effective solution for accessing and browsing web pages in a command line environment.
List of commands for w3m:
-
w3m:tldr:0be8f w3m: Open a URL.$ w3m ${http:--example-com}try on your machineexplain this command
-
w3m:tldr:926da w3m: Open a URL in monochrome mode.$ w3m ${http:--example-com} -Mtry on your machineexplain this command
-
w3m:tldr:a5443 w3m: Open a URL without mouse support.$ w3m ${http:--example-com} --no-mousetry on your machineexplain this command