Michael O'Keefe wrote:
while [ true ] ; do
   echo -n "url: "
   read url
   wget -b -c -nc --random-wait "$url"
done

But how do you get FF to talk to the stdin of this "deamon" ?

I don't know about that, but if I right click on an image for example, I can choose copy image location. I assume it gets copied to some clipboard of some kind. I can then manually go to a command line and type "wget " and then middle-click anywhere in the terminal and the URL appears.

I'd like to know how to get something to monitor for URLs in that clipboard space, snatch them, and hand them off to wget.



--
The refusal of King George III to allow the colonies to operate an honest money system, which freed the ordinary man from the clutches of the money manipulators was probably the prime cause of the revolution.
--Benjamin Franklin


--
KPLUG-List@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to