Search the Tailwind CSS documentation using Alfred.
- Download the latest version
- Install the workflow by double-clicking the
.alfredworkflowfile - 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.
Just type twd followed by your search query.
twd background color
Either press ⌘Y to Quick Look the result, or press <enter> to open it in your web browser.
The workflow supports searching the documentation of several versions. To change the branch, configure the Workflow as show in the image below.
The lightning fast search is powered by Algolia using the same index as the official Tailwind CSS website.
The workflow is implemented in Rust and requires Rust 1.88 or newer. Copy .env.example to .env and fill in the three Algolia search values, then run a local query with:
cargo run -- -q "background color"Install cargo-about with cargo install cargo-about --locked --features cli, then run the complete local check suite with make ci. To build the release directory or create an installable workflow for the current architecture, run make build-release or make package. GitHub releases contain one universal binary supporting Apple Silicon from macOS 11 and Intel from macOS 10.15. Release builds embed the Algolia values from the environment or .env; runtime environment values continue to take precedence for local overrides. The .env file is never copied into a package.

