Skip to content

Latest commit

 

History

History
 
 

_examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Examples

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.

bookmarks

Custom implementation of fuzzy.Sortable, which enables fuzzy matching and sorting.

Displays and filters a list of your Safari bookmarks.

fuzzy

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.

update

Demonstration of how to enable your workflow to update itself from GitHub releases.

A good template for new workflows.

workflows

Demonstrates AwGo's caching API.

Shows a list of repos from GitHub tagged alfred-workflow.