πŸ“¦ techouse / alfred-cakephp-docs

Search the CakePHP documentation using Alfred and Algolia

β˜… 1 stars β‘‚ 1 forks πŸ‘ 1 watching βš–οΈ MIT License
alfred-workflowalgolia-searchcakephpdocumentation
πŸ“₯ Clone https://github.com/techouse/alfred-cakephp-docs.git
HTTPS git clone https://github.com/techouse/alfred-cakephp-docs.git
SSH git clone git@github.com:techouse/alfred-cakephp-docs.git
CLI gh repo clone techouse/alfred-cakephp-docs
Klemen TuΕ‘ar Klemen TuΕ‘ar :bookmark: release v2.1.0 0f6e563 1 years ago πŸ“ History
πŸ“‚ master View all commits β†’
πŸ“ .github
πŸ“ assets
πŸ“ bin
πŸ“„ .env.example
πŸ“„ .gitignore
πŸ“„ build.sh
πŸ“„ demo.gif
πŸ“„ info.plist
πŸ“„ LICENSE
πŸ“„ Makefile
πŸ“„ pubspec.lock
πŸ“„ pubspec.yaml
πŸ“„ README.md
πŸ“„ README.md

CakePHP Docs Workflow for Alfred

GitHub release GitHub All Releases GitHub

Search the CakePHP documentation using Alfred.

demo

Installation

  • Download the latest version
  • Install the workflow by double-clicking the .alfredworkflow file
  • 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

Just type cake followed by your search query.

cake inflector

Either press ⌘Y to Quick Look the result, or press <enter> to open it in your web browser.

Changing Branches

The workflow supports searching the documentation of all the currently officially supported branches 4.x 3.x, and 2.x. By default it searches the 4.x branch. To search branch 3.x or 2.x simply type v3 or v2 anywhere in your query, like so:

cake v2 inflector

Note

The lightning fast search is powered by Algolia which was generous enough to hand me a big enough plan for all these Alfred Workflows. A big thank you to @redox from @algolia :innocent: :beers: :heart:

The index for Algolia was compiled from the CakePHP Sphinx Egnlish HTML documentation using a simple Python script I wrote.