There's a hard-coded path inside this plugin that results in a fresh install for a new user running Alfred 3 not working. The symptom is a PHP error message when trying to run the akey command.
My debug log in Alfred showed:
[2017-06-15 20:56:49][ERROR: action.script] mkdir: /Users/broz/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data: No such file or directory
I worked around it with:
ln -s ~/"Library/Application Support/Alfred 3" ~/"Library/Application Support/Alfred 2"
There's a hard-coded path inside this plugin that results in a fresh install for a new user running Alfred 3 not working. The symptom is a PHP error message when trying to run the
akeycommand.My debug log in Alfred showed:
I worked around it with: