raguay / goAlfred

This go library is used to create workflows for Alfred 2 easier. It will automatically create your cache and data directories. It also creates the xml listing for the feedback system. Examples included.
53 stars 7 forks source link

Added priority based ranking to AlfredResults #3

Closed geofffranks closed 9 years ago

geofffranks commented 9 years ago

Supplying an integer for 'priority' to the AlfredResult will affect its ranking in the XML output. Results are sorted in descending order, highest priority first. Ties go to the result added first.