Ok, that was easy. The following script takes whatever is in the first
pane and searches Google for it:
--
using terms from application "Quicksilver"
on process text inputText
tell application "Safari"
open location "http://google.com/search?q=" & inputText
end tell
end process text
end using terms from
--
Save this as Google.scpt (or whatever) to [username]/Library/
Application Support/Quicksilver/Actions and relaunch QS. You can
obviously customize the Open Location line for Wikipedia, etc. To use
it, go into text-entry mode in the first pane of QS, and type Google
in the second pane.