alfred-rs 0.3.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:

  • 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:

[dependencies]

alfred-rs = "0.3"

License

Licensed under either of