Skip to content

Instantly share code, notes, and snippets.

@phmongeau
Created February 28, 2009 20:04
Show Gist options
  • Save phmongeau/72084 to your computer and use it in GitHub Desktop.
Save phmongeau/72084 to your computer and use it in GitHub Desktop.
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "hashtag",
url: "http://hashtags.org/search?query={QUERY}",
icon: "http://hashtags.org/favicon.ico",
description: "Searches hashtags.org"
});
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "twitfinder",
url: "http://twitter.com/search/users?q={QUERY}",
icon: "http://twitter.com/favicon.ico",
description: "Searches twitter.com"
});
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "songza",
url: "http://songza.com/?query={QUERY}",
icon: "http://songza.com/favicon.ico",
description: "Searches songza.com"
});
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "code-search",
url: "http://www.google.com/codesearch?q={QUERY}&hl=en",
icon: "http://www.google.com/favicon.ico",
description: "Searches www.google.com"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment