Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oalders/alfred-metacpan-workflow
Search MetaCPAN via Alfred
https://github.com/oalders/alfred-metacpan-workflow
Last synced: 5 days ago
JSON representation
Search MetaCPAN via Alfred
- Host: GitHub
- URL: https://github.com/oalders/alfred-metacpan-workflow
- Owner: oalders
- License: mit
- Fork: true (handlename/alfred-metacpan-workflow)
- Created: 2020-03-06T13:42:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T15:07:48.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:47:24.976Z (3 months ago)
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfred Metacpan Workflow
This is a workflow for [Alfred](http://www.alfredapp.com/).
It searches Perl modules from [MetaCPAN](https://metacpan.org/) incrementally.## Example
![Searching modules](https://cloud.githubusercontent.com/assets/115636/5282423/7918f9f6-7b49-11e4-8ce5-b75eb2b77c39.png)
## Installation
* Clone this repository
```sh
mkdir -p dist && make && open dist/metacpan-0.0.5.alfredworkflow
```## Licence
[MIT](https://github.com/handlename/alfred-metacpan-workflow/blob/master/LICENSE)
## Author
[handlename](https://github.com/handlename)