zadjii-msft / PowerToys

Windows system utilities to maximize productivity
MIT License
2 stars 2 forks source link

Implement proper file search using Indexer #75

Open plante-msft opened 1 week ago

plante-msft commented 1 week ago

Description of the new feature / enhancement

Implement "Search Files" command to achieve parity with PT Run file search. Investigate using https://github.com/brflynn/searchapp as the proper way to use indexer in Windows (C++ implementation provided by previous owner of indexer).

Scenario when this would be used?

User wants to search for a file or folder.

Supporting information

No response