Each subdirectory contains a complete, but trivial, Alfred workflow demonstrating AwGo features.
After building the executable, copy or symlink the directory to Alfred's workflow directory to try it out.
You can use this script to simplify installing/symlinking workflows that are still in development.
If you've installed that script on your $PATH
, you can try out the examples by running:
workflow-install -s /path/to/example
which will symlink the workflow to Alfred's workflow directory.
Custom implementation of fuzzy.Sortable
, which enables fuzzy matching and sorting.
Displays and filters a list of your Safari bookmarks.
Basic demonstration of using fuzzy filtering.
Displays and filters a list of subdirectories of ~/ in Alfred, and allows you to open the folders or browse them in Alfred.
Demonstration of how to enable your workflow to update itself from GitHub releases.
A good template for new workflows.
Demonstrates AwGo's caching API.
Shows a list of repos from GitHub tagged alfred-workflow
.