Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 496 Bytes

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