2008/8/14 Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>: > 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. >
Ahh I didnt test with multiple words. *Woops!* :) Ill add that to the google one and all the other little scripts when I bundle them up and stick them on my blog tomorrow. Thanks again Gustavo :) > > -- > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
