2017-03-09 13:53:03 -05:00
|
|
|
# elinks
|
|
|
|
|
2023-06-27 14:57:35 -07:00
|
|
|
> A text based browser similar to `lynx`.
|
2024-10-28 06:49:11 +01:00
|
|
|
> More information: <https://github.com/rkd77/elinks>.
|
2017-03-09 13:53:03 -05:00
|
|
|
|
2023-06-27 14:57:35 -07:00
|
|
|
- Start ELinks:
|
2017-03-17 11:37:19 -04:00
|
|
|
|
|
|
|
`elinks`
|
|
|
|
|
2017-04-28 00:01:06 +01:00
|
|
|
- Quit elinks:
|
2017-03-09 13:53:03 -05:00
|
|
|
|
2023-12-29 17:02:08 +01:00
|
|
|
`<Ctrl> + C`
|
2017-03-09 13:53:03 -05:00
|
|
|
|
2017-04-28 00:01:06 +01: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}}`
|