Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jason0x43/go-alfred
- Owner: jason0x43
- License: mit
- Created: 2014-04-16T12:48:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T15:30:30.000Z (6 months ago)
- Last Synced: 2024-10-12T05:43:33.575Z (28 days ago)
- Language: Go
- Size: 78.1 KB
- Stars: 44
- Watchers: 2
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred-test - jason0x43/go-alfred - Alfred workflow utility library in Go (Go)
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)