Anyone here use lynx while browse HN?
1–8 of 8 posts
Re: Anyone here use lynx while browse HN?
#2Re: Anyone here use lynx while browse HN?
#3Re: Anyone here use lynx while browse HN?
#4Re: Anyone here use lynx while browse HN?
#5I have it as a shell function called "l" so I can invoke it with "l URL".
Re: Anyone here use lynx while browse HN?
#6When I want a cli browser, I typically use elinks. I like its mouse support and how it renders pages. Regarding vim keybindings, taking a look at the manual right now, I see that the keybindings are configurable, so you can just define the vi-style keybindings yourself.
Re: Anyone here use lynx while browse HN?
#7I use "lynx -dump URL | vim -" so I can read the text with vim keybinding. :) I have it as a shell function called "l" so I can invoke it with "l URL".
Re: Anyone here use lynx while browse HN?
#8> any cli browser do you guys recommend? When I want a cli browser, I typically use elinks. I like its mouse support and how it renders pages. Regarding vim keybindings, taking a look at the manual right now, I see that the keybindings are configurable, so you can just define the vi-style keybindings yourself.