瀏覽代碼

Create elinks.md

Jeef 8 年之前
父節點
當前提交
6396235a1c
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      pages/common/elinks.md

+ 11 - 0
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}}`