Willy-JL / F95Checker

GNU General Public License v3.0
101 stars 16 forks source link

Added fuzzy finder for game folders #129

Closed r37r05p3C7 closed 4 months ago

r37r05p3C7 commented 4 months ago

fallback to fuzzy finding a folder if "strict" match failed. i know there is a drag and drop behaviour available, but i don't like drag and drop in general + difflib is a part of python standard library, so this is basically a free feature.

Willy-JL commented 4 months ago

lgtm :)