On Wed, Aug 13, 2008 at 10:30 PM, Toma <[EMAIL PROTECTED]> wrote:
> Hey folks!
> Heres a little thing I thought of this morning.
> After fumbling around for the browser window, and searching I thought,
> 'damn this sucks.'
> So here is a little script that adds google search support to Execbuf
> (the run commad thing that pops up when you hit Alt-Esc)
> ---
>
> #!/bin/sh
> xdg-open http://www.google.com/search?q=$1
>
> ---
> Thats all! Save that as 'google' then make it executable (chmod +x
> google) and move it to /usr/local/bin.
> Next hit Alt-Esc for Execbuf and run 'google enlightenment' to search
> for enlightenment.
> If you dont have xdg-open, you can swap that for 'firefox' or whatever.

AFAIK you must use $@ or $* and quotes so it can search for more than one word.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [EMAIL PROTECTED]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to