The exe is the compiled AHK script.
You can also download the master source if you want to compile it yourself.
The exe is the compiled AHK script.
Thanks. I must be missing something because it's not showing up on the context menu. I've always made a lot of use of the "Search Everything" and lately the "index this" plugin. At any rate, here's my ini file. Seems to be set up correctly.
Code: Select all
[JumpToFolder]
everything_exe=C:\Program Files\Everything\Everything.exe
sort_by=Run Count
sort_ascending=0
contextmenu_text=Jump to Folder ...
contextmenu_icon=C:\Program Files\Everything\Everything.exe,0
detected_everything_version=1.4
everything_instance=""
debug=0
Assuming you already (1) started JumpToFolder.exe, (2) went to the Settings tab, (3) selcted Action = Save & install context menu and (4) clicked the OK button.
Well, I feel like an idiot. It's working fine in dopus when I use the program correctly. Thanks for the help!NotNull wrote: ↑Mon Apr 04, 2022 4:30 pmAssuming you already (1) started JumpToFolder.exe, (2) went to the Settings tab, (3) selcted Action = Save & install context menu and (4) clicked the OK button.
The right-click context menu is not available everywhere. For example, it is not available when you right-click a foldername.
Try right-clicking on an empty space in the list of files in File Explorer, like inside any of the orange rectangles in the screenshot.
This should open the context menu with JumpToFolder.
Are you using a different file manager?
Yep. I've tested it several times and it's not causing any issues I can see. Selecting the directory in Everything opens up the path in dopus, reusing the same lister I have open. Seems solid!
Below is the content of my jumptofolder.ini
What could be going wrong?[JumpToFolder]
everything_exe=C:\Program Files\Everything 1.5\Everything.exe
also_search_files=1
sort_by=Run Count
sort_ascending=0
contextmenu_text=Jump to Folder ...
contextmenu_icon=C:\Program Files\Everything 1.5\Everything.exe,0
detected_everything_version=1.5
everything_instance=""
debug=0
The shortcut item for that hotkey is created as part of the installation and resides in the folder I have for Everything/JumpToFolder. When I click it, it launches Everything 1.5. That's all. I don't see anything related to JumpToFolder.
Of course it launches Everything.burgundy wrote: ↑Sun Jun 26, 2022 11:21 amThe shortcut item for that hotkey is created as part of the installation and resides in the folder I have for Everything/JumpToFolder. When I click it, it launches Everything 1.5. That's all. I don't see anything related to JumpToFolder.
Perhaps there is something wrong with my Everything 1.5 installation, if that "-jump" parameter should have made it do something?
I'm on version 1.5.0.1315a (x86).
Code: Select all
reg.exe query HKCU\SOFTWARE\Classes\Directory\Background\shell\JumpToFolder\Command
Sadly it is still not working. Below are my results for the three steps you suggested.NotNull wrote: ↑Mon Jun 27, 2022 2:56 pmStep 1:
When you open the context menu, you should see the New > Text document/Folder/Shortcut, etc.
If not: this is the wrong place to right-click. Try it in the C:\Windows folder.
If still not working, Step 2:
- In Windows Explorer, browse to the location of JumpToFolder.exe
- Start JumpToFolder.exe
- Go to the Settings tab
- Check your settings, especially the path to your Everything.exe (they seem OK, based on your INI)
- Make sure Action == Save & Install Context menu
- Press the OK button
- Test the context menu in Windows Explorer
If still not working, Step 3:
- Start CMD.exe
- Paste the following command and press ENTER- Paste the results here.Code: Select all
reg.exe query HKCU\SOFTWARE\Classes\Directory\Background\shell\JumpToFolder\Command
If I go to the registry, I see the following three entries:Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Nemo>reg.exe query HKCU\SOFTWARE\Classes\Directory\Background\shell\JumpTo
! REG.EXE VERSION 3.0
HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\JumpToFolder\Command
<NO NAME> REG_SZ "C:\Program Files\Everything 1.5\JumpToFolder.exe" -jump
(Default) REG_SZ (value not set)
Icon REG_SZ "C:\Program Files\Everything 1.5\Everything.exe",0
MuiVerb REG_SZ Jump to Folder ...
Compiled and succesfully tested with Total Commander, XYPlorer, Free Commander, AkelPadDaWolfi wrote: ↑Mon Jul 25, 2022 7:52 pm@notnull
Here is a customized version of JumpToFolder where I integrated my latest changes from QuickSwitch
(Added new types of file dialogs)
JumpToFolder_1.0.8dw.zip
Still have to look at this (will take a couple of weeks), but in the meantime, would you do me a favor?DaWolfi wrote: ↑Mon Jul 25, 2022 7:52 pmHere is a customized version of JumpToFolder where I integrated my latest changes from QuickSwitch
(Added new types of file dialogs)
Using the enhanced QuickSwitch (link above) you have that logicgawkla wrote: ↑Thu Aug 04, 2022 11:19 amHi dev
Do you think about possibility to have FolderJump search always active (like in listary)? Or to glue FolderJump as icon directly to dialog? It will allow to almost immediately typing the path to search without activating context menu and selecting "FolderJump" option.
Keyboard is not always an option because if using mouse it also need to move hands to keyboard.
In the QuickSwitch method you don't need the Ctrl-J, there is a button for JumpToFolders
Well, I think I can trust you on this one...NotNull wrote: ↑Wed Aug 03, 2022 10:03 pmStill have to look at this (will take a couple of weeks), but in the meantime, would you do me a favor?
I wrote a little helper program that analyzes dialog windows (it is what I used to find a good algorithm for all dialogs up to this point). It would be very helpful if you could run this against these new dialogs and send me the results.
How-to:DiagnoseDialog.ahk is also available, if you prefer that
- Download DiagnoseDialog.exe
- Run it
- Open dialog
- Press 'WIN + Z'
- Press the Export button
- Repeat for other relevant dialogs
- Exit DiagnoseDialog (right-click the system tray icon and select Exit)
(I don't blame you if you don't trust/run code from some random dude/dudette on the internet)
Works fine here with CopyTo and MoveTo in Explorer.