Extract the folder in the zip file to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins
Plugin settings for Everything in PT Run will show up at the bottom instead of the usual position at the top.
Everything needs to be installed separately and running: https://www.voidtools.com/downloads/
*This does not work with the lite version of Everything, it does not support IPC
if you are on 1.5 alpha, you need to Disable 1.5a Instance
if you're on ARM, read this: #45 (comment)
Full Changelog:
- Added option to expand Enviroment Variables
- Requires some additional time to expand the variable, feature disabled by default
- Resolved issue #70 where result will be incorrect if an Everything filter is used, but it's not a file type filter
- This fix changes the parsing behaviour slightly, file type filter used to work anywhere in the query, it now has to be at the start of the query
- Example:
pic: size:<2mb demo
andpic: demo
will work as expected, butsize:<2mb pic: demo
ordemo pic:
will not work
- Example:
- This fix changes the parsing behaviour slightly, file type filter used to work anywhere in the query, it now has to be at the start of the query
- Some minor code refactoring
the included Everything64.dll
is the official dll from VoidTools