A library for caching and searching data for Alfred workflows.
writeItems
- writes the passed items to a CSV.searchItems
- fuzzy searches and returns all matching items in an Alfred supported XML format. Sorts by the number of visits.incrementVisits
- increments the visit count of the passed url.ToAlfredItem
- a typeclass for converting to the supportedAlfred.Item
type.
See Trelfred and Gitfred for example usage.
Alfred Workflow Cache is Copyright © 2016 Josh Steiner. It is free software, and may be redistributed under the terms specified in the LICENSE file.