Welcome to fuzzyfinder’s documentation!

https://img.shields.io/pypi/v/fuzzyfinder.svg GitHub Badge

fuzzyfinder is a fuzzy finder implemented in Python. It matches partial string entries from a list of strings, and works similar to the fuzzy finder in SublimeText and Vim’s Ctrl-P plugin.

https://raw.githubusercontent.com/amjith/fuzzyfinder/master/screenshots/highlight-demo.gif

Some notable features of fuzzyfinder are:

  • Simple, easy to understand code.

  • No external dependencies, just the Python standard library.

An in-depth overview of the algorithm behind fuzzyfinder is available in this blog post.