Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.07 KB

contributing.md

File metadata and controls

19 lines (12 loc) · 1.07 KB

Contributing

Thank you for taking the time to contribute! ♥️ You can:

Run project

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.

  1. Clone repo
  2. Run alfred link (makes symbolic link of workflow directory)
  3. Run modd (starts a process that automatically builds the workflow with alfred build on any changes you make to .go files, this builds and places a binary inside workflow directory.)
  4. 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.