alfred-rs

Build Status crates.io/crates/alfred-rs

Helpers for writing Alfred Workflows with features such as:

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.

Documentation

For examples and complete documentation visit [API Documentation].

Installation

Add the following to your Cargo.toml file:

```toml [dependencies]

alfred-rs = "0.3" ```

License

Licensed under either of * Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) * MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.