Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.43 KB

Readme.md

File metadata and controls

35 lines (21 loc) · 1.43 KB

WCAG2.2 Search Alfred Workflow

Build Status Latest release

Alfred workflow to search the Web Content Accessibility Guidelines (WCAG).

preview of the workflow in action

Features

  • Search the guidenlines of the WCAG2.2
  • Open the selected guideline in your browser

📦 Installation

Pre-packaged

Grab the latest release from the releases page.

Building from source

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.

License

This project is distributed under the terms of the MIT license.