Thank you for taking the time to contribute!
- Submit bug reports or feature requests. Contribute to discussions. Fix open issues.
- Improve docs, the code and more! Any idea is welcome.
The workflow is written in Go and uses AwGo library for all Alfred related things.
It uses modd and Alfred command to ease its development.
- Clone repo
- Run
alfred link
(makes symbolic link ofworkflow
directory) - Run
modd
(starts a process that automatically builds the workflow withalfred build
on any changes you make to.go
files, this builds and places a binary insideworkflow
directory.) - Make changes to code or modify Alfred objects to do what you want! Open debugger in Alfred or run the workflow with
workflow:log
passed in as argument to see the logs Alfred produces.