0.0.4 • Published 11 years ago
mdn-search v0.0.4
mdn-search
Quick tool for search in Mozilla Developer Network from command line, built with nodejs.
Install
npm install -g mdn-searchUsage
mdn [options] [command] <query>Commands:
openopens the first search result in the browser. If open is not specified, results are listed.
Options
-o,--opensame asmdn open.-p,--pageresult's page. Defaults to 1.-l,--limitresults per page. Defaults to 5.-t,--topicfilter to apply (ie. js). Defaults to none.
Examples
List a few results:
mdn concatList a few results with topic=js:
mdn -t js stringOpen the first result:
mdn open css transitions