On Thu, Sep 13, 2007 at 10:43:01AM -0400, Raffi Khatchadourian wrote: > Hi. I was wondering if elinks had the feature of "open link in external > browser" and if not, if I could request it. This would be useful for > people that use elinks with text-based email editors like mutt to view > html email. Another name could be "follow link on system (or external) > browser." Thanks!
I have these in my conf file. Alt-p launches current page in firefox while alt-o launches current link bind "main" "Alt-p" = "tab-external-command" bind "main" "Alt-o" = "link-external-command" set document.uri_passing.echo -n %c | xclip -i = "firefox %c" set document.uri_passing.clip = "firefox %c" -- =()==()==()==()==()- http://fauxascii.com \ \ \ \ \ \ ASCII artist :F_P:-O- -O- -O- -O- -O- -O- -O- Get your ASCII Art T-Shirt: http://www.keystroketshirts.com/ascii/dream-in-ascii-fullView.php# _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
