Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Web Browsers

This category covers web browsers.

Browsers

Links2

Links2 is a text and graphics web browser.

Installation

environment.systemPackages = [ pkgs.links2 ];

Verified Usage

# Open a website
links http://example.com

# Dump page contents as text
links -dump http://example.com

w3m

w3m is a text-based web browser.

Installation

environment.systemPackages = [ pkgs.w3m ];

Verified Usage

# Open a website in text mode
w3m http://example.com

# Dump page contents as text
w3m -dump http://example.com