An alfred workflow including tools, snippets and resources for building workflows with alfy
$ npm install --global alfred-workflow
Requires Node.js 4+ and the Alfred Powerpack.
In Alfred, type wf
and enter your query.
This will search your installed workflows and allow you to directly open the corresponding project in your editor.
- Get system icons for your workflows from
/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/
- Can be pasted as path or alfy icon object
icon: {
path: alfy.icon.get('${element}')
}
-
Generate png icons from installed apps or apps from the app store.
-
favicon
- Download favicons from websites
MIT © Dennis Muensterer