Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 991 Bytes

File metadata and controls

18 lines (11 loc) · 991 Bytes

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.