Skip to content

Instantly share code, notes, and snippets.

@pka
Created January 5, 2010 23:33
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 pka/269860 to your computer and use it in GitHub Desktop.
Save pka/269860 to your computer and use it in GitHub Desktop.
// generated by create search command
CmdUtils.makeSearchCommand({
name: "rails",
url: "http://apidock.com/rails/search?query={QUERY}",
icon: "http://apidock.com/images/favicon.ico",
parser: {
container: "#main_body > .result",
title: ".result_title > h3 > a",
maxResults: 10,
},
});
// generated by create search command
CmdUtils.makeSearchCommand({
name: "ruby",
url: "http://apidock.com/ruby/search?query={QUERY}",
icon: "http://apidock.com/images/favicon.ico",
parser: {
container: "#main_body > .result",
title: ".result_title > h3 > a",
maxResults: 10,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment