1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 08:26:01 +02:00
tldr/pages/common/elinks.md

16 lines
243 B
Markdown
Raw Normal View History

2017-03-09 13:53:03 -05:00
# elinks
> A text based browser similar to lynx.
2017-03-17 11:37:19 -04:00
- Start the browser:
`elinks`
2017-03-09 13:53:03 -05:00
- Quit the browser:
`ctrl+c`
- Dump output of webpage to console colorizing the text with ANSII control codes:
2017-03-17 11:37:19 -04:00
`elinks -dump -dump-color-mode {{1}} {{url}}`