A simple GUI based utility to index and search local files. So... perhaps the GUI is a bit unnecessary, but why not.
Features:
- Search options include: 'contains', 'startswith', and 'endswith'
- Re-index saves a local copy of the index for quick re-use. This makes subsequent searches nearly instant.
- Scope the domain of your search by browsing to a higher level root directory using the Browse button.
- Search results are both printed to screen and exported to a text file in the working directory.
Requirements PySimpleGUI for the GUI pip install PySimpleGUI