Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tricinel/wcag-search-alfred-workflow
https://github.com/tricinel/wcag-search-alfred-workflow
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/tricinel/wcag-search-alfred-workflow
- Owner: tricinel
- License: mit
- Created: 2022-09-22T13:52:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T12:54:26.000Z (9 months ago)
- Last Synced: 2024-04-29T21:08:11.038Z (6 months ago)
- Language: Rust
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
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).
## 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.