Crate alfred_rs [] [src]

Helpers for writing Alfred workflows.

Features:

  • Automatic update
  • Read/write API for workflow data (settings, cache data, ...)

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

Note

Currently this is the early stages of this crate.

However the updater is sufficiently stable.

Next planned feature is read/write API.

See updater module documentation for details and examples.

Re-exports

pub use self::updater::Updater;

Modules

updater

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