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