-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything like tool for quick seaches #27039
Comments
can you provide some examples of what you are searching for / doing? /needinfo if i were to create a test lab for speed tests / verification, what would be the steps :) |
I worked with monolithic applications in the past and one way to fix server problems in clients' VMs was to see the file in the log and use "Everything" to find the specific file. Today, I work with a system that relies on timestamps for the names of the logs, and again Everything helps to find the matches very quickly. Everything isn't open source and some companies won't allow using it, so it'd be nice to have a first-party opting that can handle the job. Regarding speed tests. That depends on the execution. "Everything" takes time to index all folders/files but after that, it's incredibly quick. Although I believe accuracy (or the ability to find all folders/files) is more important. I hope these two scenarios clarify it. Thank you. |
Let me add my experience too: Within seconds after installing Everything, I could start searching files on my laptop, which suggests that my 100k+ files were indexed in seconds. The indexing speed is not the only strength of Everything. Everything shows search results instantaneously while there is always a delay of at least a fraction of a second in Windows Search. Because PT Run is based on Windows Search, it shares the same problems. According to the developer of Everything, this is the reason behind its speed:
Source: https://www.voidtools.com/forum/viewtopic.php?f=2&t=2030 SwiftSearch, an open-source software, also seems to use NTFS Master File Table for searching. So, the PT team might want to look at their source code. |
Microsoft's own Configuration Manager can put log files in different locations depending on the server roles, as does Adobe applications. I use Everything to find log files frequently. I was looking through the issues tab here to see if any suggested adding Everything support to existing PowerToys like PT Run. I use PT Run at work, but I prefer Flow Launcher at home as it can use Everything's search results instead of Windows Search's results. Making a replacement for everything, and have PowerToys Run use it would be even better. |
Description of the new feature / enhancement The utility would: Index the names of all files and folders on NTFS and ReFS volumes. Uses metadata and NTFS Master File Table (MFT) indexing to achieve near-instantaneous results. |
Description of the new feature / enhancement
The tool would be a quick file indexer that allows fast searches in file and folder names.
"Everything" is a good example of this kind of software and currently I can't imagine myself at work without it.
Windows search is not as performant or efficient at finding matches for a given search term and PowerToys Run doesn't provide the same functionality.
Scenario when this would be used?
Used to find a matches of a given string in any folder and/or files within windows system and allow the user to open chosen files using the explorer.
Supporting information
https://www.voidtools.com/
https://community.chocolatey.org/packages/Everything
The text was updated successfully, but these errors were encountered: