alfred-workflow-rust-project 0.0.1-alpha

A library for alfred workflow(In Alpha Stage)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Alfred-Workflow-Rust-Project
A library for alfred workflow


# Features
* [Basic support for workflow script filter]https://www.alfredapp.com/help/workflows/inputs/script-filter/json/
* Builtin cache support
* Builtin API that can invoke alfred directly
* Auto updater support(workflow)
* Keychain accessing support
* Backgroud process support(often to cache or index some data)
* Logger support(can output error to seperate file)
* Dev/Debug convinents function support
  * open log dir/file
  * enforce update workflow
  * open workflow help
  * so on
# Functions