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}}`