metacpan / metacpan-popclip

PopClip Extensions for MetaCPAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetaCPAN PopClip Extensions

PopClip is OS X software which lets you apply custom filters and actions to selected text. This repository includes some extensions for MetaCPAN.

bin/module-link.pl

This extension allows you to select a module name. It will replace the selected text with an href tag which points at the module's documentation on MetaCPAN. You can install it via

INSTALL_POPCLIP_EXTENSION=1 perl bin/module-link.pl

bin/module-lookup.pl

This extension allows you to select a module name and automatically open the MetaCPAN link in your default web browser. You can install it via

INSTALL_POPCLIP_EXTENSION=1 perl bin/module-lookup.pl

Plack

bin/module-changes.pl

This extension allows you to select a module name and automatically open the changes for the distribution that module belongs to on MetaCPAN in your default web browser. You can install it via

INSTALL_POPCLIP_EXTENSION=1 ./bin/module-changes.pl

bin/markdown-module-link.pl

This extension allows you to select a module name. It will replace the selected text with a markdown-formatted link, pointing to the module's documentation on MetaCPAN. You can install it via

INSTALL_POPCLIP_EXTENSION=1 perl bin/markdown-module-link.pl

bin/markdown-author-link.pl

This extension allows you to select a PAUSE id. It will replace the selected text with a markdown-formatted link, pointing to the author's page on MetaCPAN. You can install it via

INSTALL_POPCLIP_EXTENSION=1 perl bin/markdown-author-link.pl

About

PopClip Extensions for MetaCPAN


Languages

Language:Perl 100.0%