Skip to content

lebedov/fuzzdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzzdoc

Package Description

fuzzdoc is a command line utility for fuzzy search and selection of Python documentation to view with pydoc.

Latest Version

Installation

First install fzf. If you have pip installed, run:

pip install fuzzdoc

You can also download the source tarball, unpack, and run:

python setup.py install

Usage

If specified without any arguments, fuzzdoc will list all found Python keywords, pydoc help topics, packages, modules, and any public functions or classes defined in them and display the documentation of the selected item. If a string is specified as an argument, it is used to filter the list of available topics via substring matching.

Author

See the included AUTHORS.rst file for more information.

License

This software is licensed under the BSD License. See the included LICENSE.rst file for more information.

About

Fuzzy select topic to view with pydoc

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published