- Notifications
You must be signed in to change notification settings - Fork2
Fuzzy select topic to view with pydoc
License
lebedov/fuzzdoc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
fuzzdoc is a command line utility for fuzzy search and selection of Pythondocumentation to view withpydoc.
First installfzf. If youhavepip installed, run:
pip install fuzzdoc
You can also download the source tarball, unpack, and run:
python setup.py install
If specified without any arguments, fuzzdoc will list all found Pythonkeywords, pydoc help topics, packages, modules, and any public functions orclasses 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.
See the includedAUTHORS.rst file for moreinformation.
This software is licensed under theBSD License. See the includedLICENSE.rst filefor more information.
About
Fuzzy select topic to view with pydoc