- Created by techouse
- 🗓 Last Updated: 09/07/23 11:24:27
- 🌟 Stars on GitHub: 5
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Latest Release
- Get Source Code
From their README
Django Docs Workflow for Alfred
Search the Django documentation using Alfred.
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 dj
followed by your search query.
dj FormView
Either press ⌘Y
to Quick Look the result, or press
to open it in your web browser.
Changing Branches
The workflow supports searching the documentation of all the currently officially supported branches.
By default, it searches the latest stable branch. To search branch 3.2
or 2.2
simply type v3.2
or v2.2
anywhere in your query, like so:
dj v3.2 as_p
Note
The lightning fast search is powered by Algolia which was generous enough to hand me a big enough plan to fit all the indices for the officially supported Django documentation versions. A big thank you to @redox from @algolia 😇 🍻 ❤
The index for Algolia was compiled from the zipped Django HTML documentation using a simple Python script I wrote.