This is an Alfred v2 workflow to search the online Python documentation. It loosely emulates the behavior of the (javascript-based) Sphinx
search function of the site.
Download v1.0 and import into Alfred v2.
-
py [your search string]
- search in the online Python documentation- the Python3 documentation is available with
py3
- selecting an item will open the corresponding documentation page, highlighting the search string
- you can quicklook the documentation without leaving Alfred with
⌘Y
- the Python3 documentation is available with
-
modifier keys
cmd
- returns a succinct definition for function entries from the localpydoc
(Python 2 only)
ctrl
- forcibly rebuild the local index
- tab-completion
- list module contents
- fuzzy logic
- the workflow includes
alfred.py
, from alfred-python - the Python logo is a trademark of the Python Software Foundation