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. Enjoy! Toma ------------------------------------------------------------------------- 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
