alfred-rs 0.5.1

Write Alfred workflows easily. https://www.alfredapp.com
Documentation

alfred-rs

Build Status crates.io/crates/alfred-rs

Write Workflows for Alfred app with ease!

This crate adds enhanced features and quality-of-life improvements to other alfred crate's basic functionality of generating items for Script Filter types in Alfred.

Using this crate to create your workflows, you can

  • Set up automatic update of workflow (updater module).
  • Painlessly read/write data related to workflow (settings, cache data, ...) (data module).

Documentation

For examples and complete documentation visit API Documentation.

Installation

Add the following to your Cargo.toml file:

[dependencies]

alfred-rs = "0.5"

Changelog

Change logs are now kept in a separate document.

License

Licensed under either of