Download 64-bit version
Download 32-bit version
Read the installation instructions first.
What is this?
JumpToFolder is a utility, that makes use of Everything to jump to a different folder in file managers and file dialogs. All without browsing the intermediate paths.
So if your file manager is currently in folder c:\a\b\c\d\e\this and you want to go to x:\f\g\h\i\that, start JumpToFolder, type that in the appearing Everything window and select x:\f\g\h\i\that from the list. The file manager will change to that folder without further effort.
Or another example: you want to update the MP3 tags of an album, but can't remember where you put it or what it was called. All you can remember is that it has 'thunderstruck' on it. With JumpToFolder you can do the following:
- Right-click in an empty part of the list of files in File Explorer,
- Select JumpToFolder,
- Everything will open; type part of a foldername or file,
- in the resultlist, double-click or press ENTER on the file/folder of your choice
- Done!
(not yet in the version that was used for the following demo, btw.).
Demo: (Note: Everything typically responds *a lot* faster to search queries; the screen capture software makes it look slower)
Supported filemanagers
Beside Open/Save file dialogs, the following file managers are currently supported:
- Windows Explorer / File Explorer
- Altap Salamander
- Directory Opus
- Double Commander
- Free Commander
- Q-Dir
- Total Commander
- XPlorer2
- XYplorer
JumpToFolder is written in the AutoHotKey language.
It does not run in the background as it is activated by the "Jump To Folder" context menu entry. After switching the folder, it will close itself. That makes it very resource-friendly.
Installation and Configuration
- If you are using 64-bit Windows, download the 64-bit version of JumpToFolder
Downloadlocation is at the top of this post. - If you are using 32-bit Windows, download the 32-bit version of JumpToFolder (see above)
Downloadlocation is at the top of this post. - Extract the archive to a folder.
The settings-file will be placed in that same folder, so the folder must be writable. - Start JumpToFolder.exe
- In the left pane, select Settings
- In the right pane, fill in the settings that match your system and preferences
- Make sure Save & Install Context menu is selected in the Action field
- Press the OK button
- Done!
Uninstall
- Start JumpToFolder.exe
- In the left pane, select Settings
- In the right pane, select Uninstall from the Action dropdown list
- Press the OK button
- Done!
Advanced options
Special Everything setups
For most people running Everything, the following will not be needed. Everything 1.4 as well as 1.5 are supported out of the box. Installed versions as well as portable installations.
When you manually configured Everything to use a named instance, for example "My work", you can change the everything_instance="" setting in JumpToFolder.ini to everything_instance="My work".
For even more 'exotic' setups, there is a start_everything INi-entry.
One could look like:
start_everything='"..\some folder\everything64.exe" -instance "%COMPUTERNAME%" -config "%COMPUTERNAME%.ini" -db "%COMPUTERNAME%.db"'
If you use a similar exotic setup, please describe your setup (foldernames where your JumpToFolder is and also the paths to your everything.exe, database and ini-file) and I will provide you with the correct syntax for this entry.
JumpToFolder filter
If you define a 'JumpToFolder' filter in Everything, that filter will be used. If it's not available, the default (Everything) filter will be used.
In the JumpToFolder filter, you can define which paths to use or which paths to exclude. Also search modifiers like Match Path can be configured here.
An example (using Everything 1.5; version 1.4 has less options for filters)
Total Commander
For Total Commander, an alternative way to start JumpToFolder is needed, as Total commander will never show the "Jump To Folder" context menu. Starting JumpToFolder in Total Commander can be done through a button on the button bar:
- Start JumpToFolder.exe
- In the left pane, select Applications
- In the right pane, click the Generate Button Bar code button.
- Close JumpToFolder
- In Total Commander, right-click on the horizontal or vertical button bar
- Choose Paste
- Done!
XYplorer
Known limitations
- Off-line files and folders
When double-clicking a file/folder, a check is done if that file is accessible. When files are on an off-line USB-disk or off-line network folder, it can take some time before Windows will report this file to be unavailable.
Workaround is to create a JumpToFolder filter (see above) and add online: at the beginning of the Search field.
online: is only available in Everything 1.5. - Scroll-bar in Everything
JumpToFolder has to intercept the mouse keys and the ENTER key in the Everything window, to prevent them from doing their usual job (opening files or folders).
Side effect is that the scroll bar in Everything can't be used.
Workaround is to press the SHIFT key when using the scrollbar.