Benjamin Baier schrieb am 08.05.2014 16:07:

> Try xclip. It saves a paste if you have your URL already in the clipboard.
> 
> URL="$(xclip -o)"
> if [ "x$URL" = "x" ]; then
>     echo "You must enter a url."
>     exit 1
> fi
> ...
> 

Great, that is exactly what i need!  Works instantly, and reduces the amount
of interaction needed to <copy url with mouse, click key-combo>.

Thanks!

Also tried gxmessage, but that still needs 3 seconds to start.

Nils

Reply via email to