alfred-rs 0.2.1

A library for writing Alfred workflows with features such as workflow update. https://www.alfredapp.com
Documentation

alfred-rs

Build Status crates.io/crates/alfred-rs

Helpers for writing Alfred Workflows with features such as:

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 crates is in its early stages.

However the updater is sufficiently stable.

Next planned feature is read/write API.

See updater module documentation for details and examples.

API Documentation

Installation

Add the following to your Cargo.toml file:

[dependencies]

alfred-rs = "0.2"

License

Licensed under either of