- Make sure you have nodejs in your Mac.
- Download binary from Releases
- Double click to import workflow into your alfred 2.
- Enjoy!
Install Note: If your nodejs was installed via
brew,nvm, or if you even hasoh-my-zshor something. Your Alfred may can not found your nodejs binary. Your should double click bothScript FilterandRun Scriptinside the workflow in your alfred preferences --> workflow page, and change/usr/local/bin/nodeto the actural path, eg:/Users/leigh/.nvm/versions/node/v4.2.2/bin/node.(Usingwhich nodeto find this).
This workflow's main keyword is redmine.
redmine config: Add or delete config.redmine config add: Add config, format:<server> <api-key>, eg:redmine config add http://myredmine.org myapikeyvaluefrommypageredmine config delete: Delete config
redmine issues: Fetch 100 issues that assigned to me.redmine issues <keyword>: Fetch issues that contain thekeyword(in subject or author)
- There is a cache in it, it cache the result from api request for every 5 minutes for quick fuzzy search.
- Everything is store in your home dir:
~/.alfred/alfred-redmine/.