Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tricinel/wcag-search-alfred-workflow


https://github.com/tricinel/wcag-search-alfred-workflow

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# WCAG2.2 Search Alfred Workflow

[![Build Status](https://img.shields.io/github/actions/workflow/status/tricinel/wcag-search-alfred-workflow/release.yaml?branch=main)](https://github.com/tricinel/wcag-search-alfred-workflow/actions/workflows/release.yaml)
[![Latest release](https://img.shields.io/github/v/release/tricinel/wcag-search-alfred-workflow)](https://github.com/tricinel/wcag-search-alfred-workflow/releases/latest)

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](https://github.com/tricine/wcag-search-alfred-workflow/releases).

### 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](https://github.com/rossmacarthur/powerpack). Then you can run the following to build an `.alfredworkflow` file.

```sh
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.