lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] A possible modification to Jumps


From: Thorsten Glaser
Subject: Re: [Lynx-dev] A possible modification to Jumps
Date: Wed, 11 Jan 2012 20:15:58 +0000 (UTC)

Mark Skilbeck dixit:

>Jump URLs. For example, if I have a Jump defined as:
>
>  <dd>dgg<dt><a href="http://duckduckgo.com/?s=%s";>DuckDuckGo search</a>,

I’m just calling it from the shell:

ddg() {         # DuckDuckGo Search
        ${BROWSER:-lynx} 
"https://duckduckgo.com/?kp=-1&kl=wt-wt&kb=t&kh=1&kj=g2&km=l&ka=monospace&ku=1&ko=s&k1=-1&kv=1&q=$*";
}

bye,
//mirabilos
-- 
FWIW, I'm quite impressed with mksh interactively. I thought it was much
*much* more bare bones. But it turns out it beats the living hell out of
ksh93 in that respect. I'd even consider it for my daily use if I hadn't
wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]