Skip to content

Instantly share code, notes, and snippets.

@i-blis
Created September 8, 2009 15:42
Show Gist options
  • Save i-blis/183014 to your computer and use it in GitHub Desktop.
Save i-blis/183014 to your computer and use it in GitHub Desktop.
CmdUtils.makeSearchCommand({
names: ["perldoc"],
url: "http://perldoc.perl.org/search.html?q={QUERY}",
description: "Search the Perl 5.10.1 documentation.",
author: { name: "i-blis", email: "i-blis@yandex.ru" },
})
CmdUtils.makeSearchCommand({
names: ["cpan"],
url: "http://search.cpan.org/search?query={QUERY}&mode=all",
description: "Search the CPAN for the specified perl modules.",
author: { name: "i-blis" },
})
makeSearchCommand({
names: ["monks"],
url: "http://www.perlmonks.org/?node={QUERY}",
description: "Search for wisdom on Perl monks",
author: { name: "i-blis" },
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment