Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

RuiPereira/alfred-python-documentation

Repository files navigation

Python Documentation Workflow

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.

Installation

Download v1.0 and import into Alfred v2.

Usage

  • 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

    Image

  • modifier keys

    • cmd - returns a succinct definition for function entries from the local pydoc (Python 2 only)

    Image

    • ctrl - forcibly rebuild the local index

Features

  • tab-completion
  • list module contents

Image

  • fuzzy logic

Image

Acknowledgments

About

Python documentation workflow

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages