Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Please, state your reasons for your terminal browser. Why are you using Lynx or Elinks? How do they help you in programming?

share|improve this question
3  
One of the main reasons that i use lynx is to see how my web page(s) is viewed by a search engine. Also, Elinks over lynx for HTTPS support. – Shripad K Aug 13 '10 at 13:33
@ShripadK: it would be helpful to mention how lynx is better than Elinks for seeing how your pages are viewed by search engines. Also, you might want to make that an answer instead of just a comment. – iconoclast Jul 16 '12 at 13:57

5 Answers

up vote 11 down vote accepted

If you're asking which I prefer for a more complete browsing experience, I prefer Elinks. It has tabbed browsing, download/password managing, and tabbed navigation (handy when in a terminal). It also (partially) supports CSS 2.1, (fully) supports frames. It also (partially) supports JavaScript. Not as important, but Elinks supports more protocols than Lynx (I specifically use the Bittorrent protocol).

If you're asking which is more suitable for testing text-only browsers, Lynx is probably more popular, but Elinks is still a great choice here as well.

You can see some of the browser comparisons here.

share|improve this answer
Tabbed browsing? Does Links2 have it too? – naugtur Aug 8 '10 at 20:32
I don't use links2, but try with -g (graphical mode). – Nick Presta Aug 9 '10 at 4:27

Two reasons for using lynx:

  1. It's a great way to see a lower-level of the HTTP transaction going on with the server (though, of course, you can do this with curl and such tools, but it's a pain to post forms in those tools :-) ).
  2. I can test whether or not my HTML really holds up to a lesser browsing experience where users have images turned off... I can verify that the ALT tags make sense, etc.
share|improve this answer
If you have lynx 2.2 or higher, put the proxy configuration in your lynx.cfg file: lynx.isc.org/release/lynx2-8-7/lynx_help/body.html#HTTP_PROXY – Jarret Hardie Sep 29 '09 at 23:41

I use them as a rough visual metaphor for what it must be like to use a screen-reader. When I am addressing accessibility concerns I use Lynx to check the page when I don't have access to a screen-reader.

Why do I use Lynx? Because I wasn't aware of any alternatives!

share|improve this answer

CLI web browsers are still sometimes noticeably faster than GUI browsers.

More importantly, they're also more distraction-free (no images, JavaScript, Flash, etc.), in much the same vein as apps like WriteRoom.

share|improve this answer

Lynx, because sometimes I want to look something up without getting sucked into a GUI. But it's getting increasingly less frequent over the years, as the slowly but steadily increasing overhead of firing up X has failed to keep up with Moore's Death March of performance.

At this point I pretty much keep a GUI shell up and don't even worry about it.

-- MarkusQ

share|improve this answer
any idea how to setup a proxy in Lynx? stackoverflow.com/questions/1494849/… – Lazer Sep 29 '09 at 20:47
1  
elinks is also a terminal browser, so comparing lynx with a GUI browser misses the point of the question. – iconoclast Jul 16 '12 at 13:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.