Sunday 7 September 2008

Ubiquity commands for openmoko searches

I've been trying out Mozilla's Ubiquty, and I love it.
I hope it gets support and flourishes to the point of being the norm for interacting with the web.

My only gripe (so far) is I have to use it from within a browser, I wish was part of the wider OS, in the way Launchy is.

Anyway, here's a couple of commands to search Openmoko mailing lists and the Openmoko wiki.

makeSearchCommand({
name: "OM",
url: "http://openmoko.markmail.org/search/?q={QUERY}",
icon: "http://wiki.openmoko.org/favicon.ico",
description: "Searches Openmoko Mailing Lists for matching words."
});

makeSearchCommand({
name: "OMW",
url: "http://wiki.openmoko.org/wiki/Special:Search?search={QUERY}",
icon: "http://wiki.openmoko.org/favicon.ico",
description: "Searches Openmoko Wiki for matching words."
});
To add them to Ubiquity, use the command editor (you'll need Ubiquity installed).
Copy and paste the code and you good to go - real-time development, weird.

To use, invoke Ubiq and enter either commands OM or OMW.

Done.

No comments: