From 256d99646cab38cbaf502a448e262d2d954aeb3f Mon Sep 17 00:00:00 2001 From: Ali Malek Date: Mon, 7 Dec 2020 16:41:31 +0330 Subject: [PATCH] lynx: add page (#4815) --- pages/common/lynx.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/pages/common/lynx.md b/pages/common/lynx.md index c05bc984d..ba915726f 100644 --- a/pages/common/lynx.md +++ b/pages/common/lynx.md @@ -1,19 +1,32 @@ # lynx > Command-line web browser. +> More information: . - Visit a website: -`lynx {{https://duckduckgo.com}}` +`lynx {{example.com}}` + +- Apply restrictions for anonymous account: + +`lynx -anonymous {{example.com}}` + +- Turn on mouse support, if available: + +`lynx -use_mouse {{example.com}}` + +- Force color mode on, if available: + +`lynx -color {{example.com}}` + +- Open a link, using a specific file to read and write cookies: + +`lynx -cookie_file={{path/to/file}} {{example.com}}` - Navigate forwards and backwards through the links on a page: `Up arrow key, Down arrow key` -- Follow the currently selected link: - -`Enter or the right arrow key` - - Go back to the previously displayed page: `Left arrow key or u`