snippetbashTip
elinks — A text based browser similar to `lynx`. More information: <https://github.com/rkd77/elinks>.
Viewed 0 times
commandbrowsertextsimilarclibasedlynxelinks
Problem
How to use the
elinks command: A text based browser similar to lynx. More information: <https://github.com/rkd77/elinks>.Solution
elinks — A text based browser similar to lynx. More information: <https://github.com/rkd77/elinks>.Start ELinks:
elinksQuit elinks:
<Ctrl c>Dump output of webpage to console, colorizing the text with ANSI control codes:
elinks -dump -dump-color-mode {{1}} {{url}}Code Snippets
Start ELinks
elinksQuit elinks
<Ctrl c>Dump output of webpage to console, colorizing the text with ANSI control codes
elinks -dump -dump-color-mode {{1}} {{url}}Context
tldr-pages: common/elinks
Revisions (0)
No revisions yet.