RuiPereira Posted May 20, 2013 Posted May 20, 2013 (edited) 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 documentationthe 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 modifier keys cmd - returns a succinct definition for function entries from the local pydoc (Python 2 only) ctrl - forcibly rebuild the local index Features tab-completion list module contents fuzzy logic Enjoy! Edited May 20, 2013 by RuiPereira dfay 1
stonefury Posted September 19, 2013 Posted September 19, 2013 (edited) Thank you. Saved me the time in coming up with this on my own! Edited September 19, 2013 by stonefury
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now