In my opinion this is quite niche and belongs in a filemanager more than in a search tool, but a very simple way to get this working in Everything (and in file managers too):
To install: Run the following command in a Command Prompt (CMD.exe):After installation:
- Right-click a folder
- Select SiblingFolder
- Enter a name for the folder
- Press ENTER
- Done.
To uninstall, run:
To install: Run the following command in a Command Prompt (CMD.exe):
Code:
reg.exe ADD "HKCU\SOFTWARE\Classes\Directory\shell\SiblingFolder\command" /ve /d "cmd.exe /V:ON /C set /p sibling=Folder name? & md \"%V\..\!sibling!\"" /F
- Right-click a folder
- Select SiblingFolder
- Enter a name for the folder
- Press ENTER
- Done.
To uninstall, run:
Code:
reg.exe delete "HKCU\SOFTWARE\Classes\Directory\shell\SiblingFolder" /F
Statistics: Posted by NotNull — Wed Sep 04, 2024 8:06 pm