From 6396235a1c5edfe7c39804b7b99d6b1f412ee5d2 Mon Sep 17 00:00:00 2001 From: Jeef Date: Thu, 9 Mar 2017 13:53:03 -0500 Subject: [PATCH] Create elinks.md --- pages/common/elinks.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/elinks.md diff --git a/pages/common/elinks.md b/pages/common/elinks.md new file mode 100644 index 000000000..917fdde6e --- /dev/null +++ b/pages/common/elinks.md @@ -0,0 +1,11 @@ +# elinks + +> A text based browser similar to lynx. + +- Quit the browser: + +`ctrl+c` + +- Dump output of webpage to console colorizing the text with ANSII control codes: + +`elinks -dump -dump-color-mode 1 {{url}}`