Search the Django documentation using Alfred and Algolia
https://github.com/techouse/alfred-django-docs.git
Search the Django documentation using Alfred.
.alfredworkflow fileJust type dj followed by your search query.
dj FormView
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 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
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 :innocent: :beers: :heart:
The index for Algolia was compiled from the zipped Django HTML documentation using a simple Python script I wrote.