What I want to do is to deeply integrate the SearchEverything window into a number of tools I use.

For example if I am in some software with those awfull file selection GUIs (above picture) and for some reason I have a string for a path on my drive C:\Users\user1\Documents\Assets\Car material refs.
I would like to pass this path to everything in the format PIC:"C:\Users\user1\Documents\Assets\Car material refs" then after activate the Everything window. Which is much more suited for discovery. Returning the final selected files path to the initial window from Everything would not be an issue for me.
A good example of what I have in mind is Directory Opus and its OpusRT Cli tool. Directory Opus is an advanced file browser for windows. Its Cli tool DopusRT makes it possbile to entirely control any or all Directory Opus windows, you can for example:
- Get the path of the selected file in the most recently active window
- Get a selected files path from a specific window
- Set any window or tab to new path (even paths store in the clipboard)
Essentially being able to do everything one can do manually programatically.
It would be nice if there was some way to to operate an Everything window remotely, reading the docs I came acrross IPC, reading up on this I am not sure what is it specifically, is IPC what am looking for in this case? Or will the everything SDK allow me to achieve this? what about this URL scheme that is mentioned in the everything general, options page?
Any help would be greatly appreciated!