wf

package module
v0.0.0-...-93e973c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 6, 2017 License: MIT Imports: 3 Imported by: 0

README

Alfred Metacpan Workflow

This is a workflow for Alfred. It search perl modules from metacpan incrementaly.

Example

Searching modules

Installation

Download metacpan-x.x.x.alfredworkflow to your computer and double click it.

Licence

MIT

Author

handlename

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SearchModule

func SearchModule(q string) string

SearchModule returns search distribution by query(q) and returns results as XML.

Types

type ModuleXML

type ModuleXML struct {
	XMLName  xml.Name `xml:"item"`
	Arg      string   `xml:"arg,attr"`
	Title    string   `xml:"title"`
	Subtitle string   `xml:"subtitle"`
}

The ModuleXML defines XML struct of list of distributions.

type ModulesXML

type ModulesXML struct {
	XMLName xml.Name    `xml:"items"`
	Item    []ModuleXML `xml:"item"`
}

The ModulesXML defines XML struct of list of distributions.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL