Skip to content

v0.82.0

Compare
Choose a tag to compare
@lin-ycv lin-ycv released this 03 Jul 14:22
· 4 commits to main since this release
File SHA256
x64-ZIP 7fba3bbd891999a36f625334444e04b8f688f4e408ea9f717ef5faf1f125733a
x64-EXE 9059e0abfc2d8fd2cd4d587516ce7ea67959058e4324300f897458c1aef4a4f8
ARM64-ZIP 6a179a4191779f5ead5e1ab30e8c9045f0db447660b1f62a388ef4547793a9d4
ARM64-EXE 27868417ca33ad7aeb26ea1fd17046631fa2719b3aa3133a967a8b8684dafd09

Installation methods

  1. WinGet : winget install lin-ycv.EverythingPowerToys
    • WinGet comes preinstalled with Windows 11 and Windows 10 version 1809+
    • WinGet package goes through manual review; there's always delays before new version becomes available
    • No dependencies are listed, install Everything and Powertoys seperately

      PowerToys: winget install microsoft.powertoys
      Everything: winget install voidtools.everything OR winget install voidtools.everything.alpha

  2. Chocolatey : choco install everythingpowertoys
    • Chocolatey needs to be installed separately
    • Chocolatey packages goes through automated review, usually approved within 6 hours of a new version being published
    • Chocolately dependencies will only check for Everything 1.4

      PowerToys: choco install powertoys

  3. Scoop : scoop bucket add extras | scoop install extras/everything-powertoys
    • Scoop needs to be installed separately
    • Scoop package review process may take a long time
    • Dependencies are only listed as suggestions, needs to be installed seperately

      PowerToys: scoop bucket add extras | scoop install extras/powertoys
      Everything: scoop bucket add extras | scoop install extras/everything OR scoop bucket add versions | scoop install versions/everything-alpha

  4. Self-Extraction Installer (EXE) :
    • Some AV will detect the installer as malicious, either allow the EXE or use the ZIP file instead
    1. Exit Powertoys
    2. Run EXE
    3. Restart PowerToys
  5. Manual Installation (ZIP) :
    1. Exit Powertoys
    2. Extract the folder in the zip file to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins
    3. Restart PowerToys

Plugin settings for Everything in PT Run will appear at the bottom of the settings page.

Both Everything and PowerToys needs to be installed
*This plugin does not work with the lite version of Everything, lite does not support IPC
if you are on 1.5 alpha, you need to Disable alpha Instance, read #74 (comment)

Full Changelog

  • Added prefix option in settings #115
    • Setting prefix to .pdf would limit all results to be pdf files (note the space after .pdf)
    • Setting prefix to doc: would limit all results to document files (space not needed after prefix)
    • Can also use custom filters created in settings.toml
  • Fixed exact term searching conflicts #117 @mike406
  • Removed feature where double quotation " enables path matching
    • If you want to search path but don't want to enable path matching in settings, use \
      • \program windows would search for any file containing windows that also contains program in the file path
  • Changed Everything query method to avoid issues with deeply nested results
  • Reverted back to dllimport
  • Split ARM64 from x64, as the unified version did not work #112
  • Spanish translation @jmalarcon

the included Everything64.dll and EverythingARM64.dll is the official dlls from VoidTools

GitHub release (by tag)