alfred-workflow-workflow
v1.0.1
Published
An alfred workflow to help making workflows with alfy
Downloads
9
Readme
alfred-workflow²
An alfred workflow including tools, snippets and resources for building workflows with alfy
Install
$ npm install --global alfred-workflow
Requires Node.js 4+ and the Alfred Powerpack.
Usage
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.
Bonus Features
icns
- 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}')
}
Icons
Generate png icons from installed apps or apps from the app store.
favicon
- Download favicons from websites
License
MIT © Dennis Muensterer