Jump to content

Python Documentation: Search Python documentation with suggestions and define functions


Recommended Posts

Hi all,
 
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

fdopen.png?raw=true

  • modifier keys
    • cmd - returns a succinct definition for function entries from the local pydoc (Python 2 only)​
    • fdopen_doc.png?raw=true
    • ctrl - forcibly rebuild the local index​

Features

  • tab-completion
  • list module contents

os_pa.png?raw=true

  • fuzzy logic

os_path_sptxt.png?raw=true

 

Enjoy!

Edited by RuiPereira
Link to comment
  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...