Alfred workflow to search the Web Content Accessibility Guidelines (WCAG).
- Search the guidenlines of the WCAG2.2
- Open the selected guideline in your browser
Grab the latest release from the releases page.
This workflow is written in Rust, so to install it from source you will first need to install Rust and Cargo. Next install powerpack. Then you can run the following to build an .alfredworkflow
file.
git clone https://github.com/tricinel/wcag-search-alfred-workflow.git
cd wcag-search-alfred-workflow
powerpack package
The release will be available at target/workflow/github.alfredworkflow
. You can link that to your Alfred folder with powerpack link
.
This project is distributed under the terms of the MIT license.