ssoriche / launchbar-metacpan

LaunchBar Action for searching MetaCPAN with autosuggest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetaCPAN LaunchBar Action

This is a MetaCPAN LaunchBar action that can search MetaCPAN based on your input. Including autosuggestion completion.

Installing

Automatic

Download the recent release, unzip and double click to have LaunchBar automatically install the action.

Manually from Source

If you'd like to use the latest features as they are added to the master branch you can clone the repository to your LaunchBar Actions folder:

mkdir -p ~/Library/Application\ Support/LaunchBar/Actions/
git clone \
  https://github.com/ssoriche/launchbar-metacpan \
  ~/Library/Application\ Support/LaunchBar/Actions/metacpan.lbaction
cd ~/Library/Application\ Support/LaunchBar/Actions/metacpan.lbaction
./script/build

About

LaunchBar Action for searching MetaCPAN with autosuggest

License:MIT License


Languages

Language:JavaScript 91.5%Language:Shell 8.5%