First, I'd like to point out that Everything is an amazing tool and is frequently used in our daily workflow. I work at a AAA game development company and as such we're dealing with tens of millions of files in a deeply layed out folder structure, and soon after I introduced it here it became part of the standard setup for every new PC in the office. So, hats off to you guys!
But I do have a feature request. We're often working with NTFS directory junctions to redirect some directories to other drives. The main use case is to speed up code and asset build times by putting intermediate files on an SSD. For example, we have a d:\game\intermediate that points to f:\intermediate. Obviously, when searching for a file that resides under that folder, e.g. "bla.txt", Everything will report to me that it found it at f:\intermediate\bla.txt. This is obviously correct, but I'd really like the path to be d:\game\intermediate\bla.txt where the same file can also be accessed, since that is the path that all our tools are expecting.
What I'd like to see is a simple folder remapping feature, so that I can remap every file that starts with f:\intermediate\ to point to d:\data\intermediate\. It doesn't have to be anything complicated like automatically detecting NTFS reparse points (which could potentially blow up as you could have infinite loops) - just a textual replacement in the path based on manual entries would be perfect. I guess such a feature could also be used with static file lists of which the files have since been moved to another location, which saves the user the trouble to manually edit the file list using a text editor

Regards,
.oisyn