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).
For examples and complete documentation visit API Documentation.
Add the following to your Cargo.toml
file:
```toml [dependencies]
alfred-rs = "0.5" ```
Change logs are now kept in a separate document.
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.