Skip to content

JakeEstrada/FuzzySearchFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FuzzySearchFS

FuzzySearchFS is a Python tool for quickly finding folders in a huge directory tree using fuzzy search.

Features

  • Fuzzy matching using fuzzywuzzy
  • Uses paths that you specify in the json folder
  • Displays folder contents on match
  • Optional: Open folder in Windows Explorer via WSL (wslview)

Requirements

  • Python 3.x
  • fuzzywuzzy
  • (Recommended) python-Levenshtein for better performance
  • WSL (for opening folders with wslview)

Install dependencies:

pip install fuzzywuzzy python-Levenshtein

How to specify paths to search

{ "base_paths": [ "/mnt/c/Users/YourName/Some/Directory1", "/mnt/c/Users/YourName/Some/Directory2" ] }

About

easy WSL tool to make searching files easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages