alfred-rs 0.4.0

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 creating Script Filter items.

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.4"

Changelog

  • 0.4
    • Breaking changes

      • Methods that save data now accept ref instead of moving the value to be save.
    • Bug fix

      • Checking for updates will now correctly make network calls after prior failures.

License

Licensed under either of