Crate alfred_rs [] [src]

Helpers for writing Alfred workflows.

Features:

  • Self automatic update of workflows using this crate (updater).
  • Read/write API for workflow data (settings, cache data, ...) (data).

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

Re-exports

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

Modules

data

Helper to store persistent or temporary data to disk.

updater

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