HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

elinks — A text based browser similar to `lynx`. More information: <https://github.com/rkd77/elinks>.

Submitted by: @import:tldr-pages··
0
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:
elinks


Quit 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

elinks

Quit 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.