1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/elinks.md

17 lines
294 B
Markdown
Raw Normal View History

2017-03-09 13:53:03 -05:00
# elinks
> A text based browser similar to `lynx`.
> More information: <https://github.com/rkd77/elinks>.
2017-03-09 13:53:03 -05:00
- Start ELinks:
2017-03-17 11:37:19 -04:00
`elinks`
- Quit elinks:
2017-03-09 13:53:03 -05:00
`<Ctrl> + C`
2017-03-09 13:53:03 -05:00
- Dump output of webpage to console, colorizing the text with ANSI control codes:
2017-03-09 13:53:03 -05:00
2017-03-17 11:37:19 -04:00
`elinks -dump -dump-color-mode {{1}} {{url}}`