Skip to main content

Command-line web browser.

# To visit a website:
lynx <example.com>

# To apply restrictions for anonymous account:
lynx -anonymous <example.com>

# To turn on mouse support, if available:
lynx -use_mouse <example.com>

# To force color mode on, if available:
lynx -color <example.com>

# To open a link, using a specific file to read and write cookies:
lynx -cookie_file=<path/to/file> <example.com>

# To navigate forwards and backwards through the links on a page:
Up arrow key, Down arrow key

# To go back to the previously displayed page:
Left arrow key or u

# To exit:
q then y