Skip to content

Enhanced from the "EverythingPowerToys," quick searching within the current directory ("./").

Notifications You must be signed in to change notification settings

moonyoulove/CurrDirSearch-EverythingPowerToys

 
 

Repository files navigation

Current Directory Search

Usage

Extract the files to "C:\Program Files\PowerToys\modules\launcher\Plugins", and then enable plugins in PowerToys Run settings. Preferably, change the keyword "." of the Program plugin in PowerToys Run to something else.

Automatically locates the top-level Windows Explorer for the current directory, retrieves the folder path, and replaces the "." with the path. For example:

. SomePicture.jpg => "C:\Some\Path\" SomePicture.jpg

Using "." followed by a file or folder name will add "parent:" to the search query, indicating not to search within subdirectories. After selecting and confirming the search result, it will automatically navigate to the corresponding file or folder. For example:

./ SomePicture.jpg => parent:"C:\Some\Path\" SomePicture.jpg

Compile

The main modification is done in "Everything.cs." To compile, follow these steps:

  1. Clone the PowerToys repository.
  2. Add this project to the plugins folder.

About

Enhanced from the "EverythingPowerToys," quick searching within the current directory ("./").

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%