Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jason0x43/go-alfred

Alfred workflow utility library in Go
https://github.com/jason0x43/go-alfred

Last synced: 13 days ago
JSON representation

Alfred workflow utility library in Go

Awesome Lists containing this project

README

        

go-alfred
=========

An Alfred Workflow utility library for Go

Installation
------------

To use the `go-alfred` library, include `github.com/jason0x43/go-alfred` as a dependency in your code. The library imports as `alfred`.

To install the `alfred` utility, run:

go install github.com/jason0x43/go-alfred/alfred

Documentation
-------------

- [go-alfred library](http://godoc.org/github.com/jason0x43/go-alfred)
- [alfred utility](http://godoc.org/github.com/jason0x43/go-alfred/alfred)