Skip to content

Instantly share code, notes, and snippets.

@garyhodgson
Created October 26, 2008 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garyhodgson/19964 to your computer and use it in GitHub Desktop.
Save garyhodgson/19964 to your computer and use it in GitHub Desktop.
Ubiquity Command to search ebookshare.net
/**
* Ubiquity Command to search <a href="http://ebookshare.net">ebookshare.net</a>
*/
CmdUtils.makeSearchCommand({
name: "ebookshare",
author: {
name: "Gary Hodgson",
homepage : "http://www.garyhodgson.com/",
email : "contact@garyhodgson.com"},
url: "http://ebookshare.net/plus/query.php?keyword={QUERY}&searchtype=title&GO=GO",
license: "MPL",
description: "Searches ebookshare.net.",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment