https://github.com/clnt/alfred-tailwindcss-docs
An ultra-fast TailwindCSS docs search workflow for Alfred 4 & 5
https://github.com/clnt/alfred-tailwindcss-docs
alfred4 alfred4-workflow documentation tailwindcss
Last synced: 18 days ago
JSON representation
An ultra-fast TailwindCSS docs search workflow for Alfred 4 & 5
- Host: GitHub
- URL: https://github.com/clnt/alfred-tailwindcss-docs
- Owner: clnt
- License: mit
- Created: 2018-08-01T17:48:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T19:58:01.000Z (about 3 years ago)
- Last Synced: 2024-08-01T17:22:13.675Z (9 months ago)
- Topics: alfred4, alfred4-workflow, documentation, tailwindcss
- Language: PHP
- Homepage: http://www.packal.org/workflow/tailwind-docs-workflow-alfred
- Size: 416 KB
- Stars: 121
- Watchers: 7
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tailwindcss - Alfred Workflow - Fast Tailwind CSS documentation search application. (Tools)
README
# TailwindCSS Docs Workflow for Alfred
An ultra-fast TailwindCSS docs search workflow for Alfred 4
Adapted from [Alfred VueJS Docs](https://github.com/vmitchell85/alfred-vuejs-docs), which is adapted from [Alfred Laravel Docs](https://github.com/tillkruss/alfred-laravel-docs), Thanks [Till Krüss](https://twitter.com/tillkruss)!

## Installation
> **macOS Monterey:** PHP is no longer shipped with macOS, before attempting to use this workflow ensure you have installed the php binary via Homebrew.
1. [Download the latest version](https://github.com/clnt/alfred-tailwindcss-docs/releases/download/v3.0.1/TailwindCSSDocs.alfredworkflow)
2. Install the workflow by double-clicking the `.alfredworkflow` file
3. You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.## Usage
To search the [v3 docs](https://tailwindcss.com/docs), just type `tw` followed by your search query.
```
tw
```To search the [v2 docs](https://v2.tailwindcss.com/docs), just type `tw2` followed by your search query.
```
tw2
```To search the [v1 docs](https://v1.tailwindcss.com/docs), just type `tw1` followed by your search query.
```
tw1
```To search the [v0 docs](https://v0.tailwindcss.com/docs), just type `tw0` followed by your search query.
```
tw0
```