alfred-link
alfred-link copied to clipboard
Make your Alfred workflows installable from npm
Thanks for creating awesome libs :) When users have update their workflow through npm, the workflow's plist file is being overwritten. In my thought, it could be very convenient to...
Some people want to sync Alfred workflows across machines, but [Dropbox dropped support for symlinks](https://help.dropbox.com/installs-integrations/sync-uploads/symlinks). Could be a good idea to copy instead.
What's going on here? I kind of suspect this is similar to #7, but rather than running as root, it's running as the special _homebrew user (I use brewdo). It...
Translate more values from package.json to info.plist, including support for environment variables.
Both ```npm install``` and ```npm update``` run uninstall scripts before installing a newer version of a package. This means that the cleanup script deletes your configuration files every time a...
I think it would be nice if we maintained the script that is being executed by Alfred through `package.json`. I don't want to specify a new property. That's why my...