Catalog multiple external drives. Fuzzy search a file to find the right drive!
- git clone https://github.com/foorenxiang/Storage-Drives-Searcher
- cd Storage-Drives-Searcher
- python3 -m venv venv
- source venv/bin/activate (Always call this when using the utilities)
- pip3 install -r requirements.txt
- USB Drive Cataloguer: python3 -m Cataloger/CatalogDrive.py
- Catalog Reading Utility: python3 -m Cataloger/ReadCatalog.py
- Fuzzy search a file to identify the drive and path it is sitting at: python3 -m Cataloger/FileSearcher.py