Expand description

Write Workflows for Alfred app with ease!

This crate adds enhanced features and quality-of-life improvements to other alfred crate’s basic functionality of creating Script Filter items.

Using this crate to create your workflows, you can

  • Set up automatic update of workflow (updater module).
  • Painlessly read/write data related to workflow (settings, cache data, …) (data module).

Re-exports

pub use self::data::Data;
pub use self::updater::Updater;

Modules

Helper to store persistent or temporary data to disk.

Helper for enabling Alfred workflows to upgrade themselves periodically (Alfred 3+)