I really wanted to add all this. I present to you a modification of the famous QuickSwitch with extended support for XYplorer:
https://github.com/JoyHak/QuickSwitch/releases
About
QuickSwitch allows you to switch file dialogs (like Save As or Open) to any folder opened in supported file managers (File Explorer, Directory Opus, Total Commander, XYPlorer).
It has two modes:
1. Menu mode: displays a list of opened folders. Selecting one switches the file dialog to that folder. The menu won't appear if no folders are open.
2. AutoSwitch mode: the file dialog automatically opens the last active folder in the file manager when you
Alt-Tab
between them. If the file manager was active before opening the dialog, it opens that folder immediately. You can still use Ctr+Q
to access the menu if needed.AutoSwitch can be disabled using the
Never
option. There's also Never here
option to disable QuickSwitch for specific dialogs, like web browsers, which manage their own folders.The latest versions include the following features:
- Added application auto-startup at Windows log-on.
- The menu will display the paths from all open folders starting from the current one.
- The path can be displayed in a shortened form.
- Improved settings interface and additional customization options and features.
- Added minimalistic display of errors about incorrectly entered settings.
1. Download the latest version.
2. RunSubscribe to releases so you don't miss critical updates!
.exe
for your CPU architecture and check it's existence in the tray.3. Open different folders in a supported file manager.
4. Open any application and try to open\save a file using it.E.g., openC:\
inExplorer
.
5. PressE.g., openNotepad
thenFile - Open...
. Or try downloading any file.
Ctrl+Q
and look at the paths in the menu that opens. All folders opened in supported file managers will be displayed here.6. Explore the available options in the menu, open the settings and experiment with them. Choose a convenient style and logic of the menu!
To-Do
- auto-check for update (lib and setting)
- AutoSwitch on clipboard change
- drag and drop any file field
- Xyplorer history
- Pin favourite paths
Explorer
:- QTTabBar tabs
- Win11 support
- MRU
Autohotkey v2
portFile managers
:- get paths from all tabs
- add new file managers
XYplorer receives a command usingDllCall
and sends the XYdata directly to RAM, from where Autohotkey reads it