Search found 25 matches

by waffeln
Fri Oct 21, 2022 6:52 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 269771

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

Hey @NotNull, will you still send me that other debug version so we can figure out why automatic file selection isn't working for me?
Or just tell me to be more patient, that's fine too 👀
by waffeln
Fri Oct 14, 2022 3:13 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 269771

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

NotNull wrote: Wed Oct 12, 2022 7:57 pm Ah, misunderstanding... I think you are looking for the Show Search Everything folder context menu item setting in Everything (Options > General)?
Yes! Thanks a lot :)
by waffeln
Tue Oct 11, 2022 7:20 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 269771

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

Hi NotNull. Regarding the debugging, all debug MsgBox have valid content, i've wrote a few down (trimmed): Detected WindowType = [OpenSave] EverythingID = [0xd0600] We are in Everything detected_everything_version = [1.4] Found path = [D:\...\file.mp3] Found : [D:\...\file.mp3] You selected path: [D...
by waffeln
Tue Oct 04, 2022 11:24 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 269771

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

Thank you NotNull for replying! Does the file get selected in this case? No. I tried the change but it can't work because the function where this code lives, FeedExplorerFileMan, doesn't get called anywhere as far as i can tell. I've also checked using a MsgBox at the top of the function to make sur...
by waffeln
Fri Sep 30, 2022 7:10 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 269771

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

Respectfully bumping so that NotNull might see this 👀
by waffeln
Sun Sep 11, 2022 8:01 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 269771

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

horst.epp wrote: Sun Sep 11, 2022 7:58 pm Version 1.0.8dw from this thread works fine with Explorer.
Files are selected and dirs are entered.
That's actually the version i'm running, but i also have this issue with plain 1.0.8 😅
by waffeln
Sun Sep 11, 2022 5:57 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 269771

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

Also JTF doesn't select the file in the explorer window when i select it (pressing Enter or double click) after the Everything window closes. It only jumps to the folder but doesn't select or fill out anything. Could this be a bug?

I'm on JTF 1.0.8 and still on Everything 1.4.1.1015.
by waffeln
Sun Sep 11, 2022 5:08 pm
Forum: General
Topic: JumpToFolder - Use the power of Everything in File Managers and File dialogs
Replies: 119
Views: 269771

Re: JumpToFolder - Use the power of Everything in File Managers and File dialogs

Hi, i'd like to ask if it's possible to pass further parameters to the JTF exe beyond "-jump" in order to fill the search field with dynamic data. In my case i'm already wrapping JTF with my own AHK script so i can just wait for the window and then send the text that way, but i feel like t...
by waffeln
Tue Mar 15, 2022 6:35 pm
Forum: Support
Topic: File types that don't support the title: parameter
Replies: 2
Views: 1540

Re: File types that don't support the title: parameter

Thank you for your response. I'll be patiently waiting for Everything 1.5 Stable :)
by waffeln
Tue Mar 15, 2022 6:34 pm
Forum: Support
Topic: Searching for an exact string containing double quotes
Replies: 3
Views: 2265

Re: Searching for an exact string containing double quotes

void wrote: Wed Mar 09, 2022 11:00 pm title:"Rhythm Is a Dancer (7 "quot:" Edit)"
This worked! I didn't think about assembling the search string this way. Thank you :)
by waffeln
Wed Mar 09, 2022 12:30 pm
Forum: Support
Topic: File types that don't support the title: parameter
Replies: 2
Views: 1540

File types that don't support the title: parameter

I've done some scans through my current library and i found out the following: Everything doesn't recognise the title of any of my .m4a (AAC), .wav, .webm (OPUS), .aac and .wma files it recognises the title of most, but not all of my .flac files, and i couldn't figure out why (probably some ID3 enco...
by waffeln
Wed Mar 09, 2022 11:25 am
Forum: Support
Topic: Searching for an exact string containing double quotes
Replies: 3
Views: 2265

Searching for an exact string containing double quotes

I'd like to use the title:"..." parameter to find audio files matching an exact title.
How do i search for a title like this one? Rhythm Is a Dancer (7 " Edit)
I've tried quot: but it seems to be ignored inside the double quotes for the exact matching.
by waffeln
Wed Mar 09, 2022 10:09 am
Forum: General
Topic: es.exe is returning ? in place of emojis in the folder name
Replies: 9
Views: 11711

Re: es.exe is returning ? in place of emojis in the folder name

That worked, awesome! From testing it looks like i only need to call this once in my code to make all subsequent execFile calls work. I have no idea why or how this transfers or why this is even possible with the supposedly shell-less execFile but it works, so i'll just go with it. This is great bec...
by waffeln
Wed Mar 09, 2022 10:01 am
Forum: Support
Topic: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?
Replies: 7
Views: 2603

Re: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?

It's kinda confusing that a shell is involved here because the documentation says that execFile doesn't spawn a shell by default . Anyway, you've helped me out a ton! The single quote "escaping" if it can be called that worked, and also the debug mode helped me figure out what's going wron...
by waffeln
Tue Mar 08, 2022 9:04 pm
Forum: Support
Topic: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?
Replies: 7
Views: 2603

Re: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?

I've run into another issue when i try to run es.exe using Node.js, but this time it works in Powershell but doesn't when i use execFile . Ofcourse one might immediately blame my code or Node.js for this, but i honestly have no idea where to even start to debug this. The search query: "Klax&quo...
by waffeln
Tue Mar 08, 2022 8:09 pm
Forum: General
Topic: es.exe is returning ? in place of emojis in the folder name
Replies: 9
Views: 11711

Re: es.exe is returning ? in place of emojis in the folder name

I have a probably related issue: I have this command: es.exe Baianá /ad When i run this in Powershell, i get the correct result "D:\Library\Bakermat\Baianá" However, when i run this in Node.js's child_process module with execFile it turns out like this "D:\Library\Bakermat\Baian�"...
by waffeln
Tue Mar 08, 2022 12:28 pm
Forum: Support
Topic: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?
Replies: 7
Views: 2603

Re: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?

Do you have installed the Everything Lite version ? No, the "About" says "Everything", "Version 1.4.1.1015 (x64)". I also noticed that es.exe -h seems to exit with error level 6, which confused me in some of my testing (Node.js's child_process module will throw an erro...
by waffeln
Tue Mar 08, 2022 11:57 am
Forum: Support
Topic: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?
Replies: 7
Views: 2603

Re: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?

This search can take a long time. I know, i ommitted the other parameters that i use. The command was just an example. Here's a real query in Powershell: PS C:\Users\Function> es.exe -path D:/Library upgrade want u D:\Library\Gentlemens Club\Want U\02 Gentlemens Club, Upgrade - Want U (Upgrade Remi...
by waffeln
Mon Mar 07, 2022 10:20 pm
Forum: Support
Topic: How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?
Replies: 7
Views: 2603

How do i correctly escape spaces when passing title:"foo bar" to es.exe (CLI)?

When i run

Code: Select all

es.exe title:"foo bar"
i will get 0 results unlike in the Everything GUI. I'm pretty sure it's related to the way i escape the parameter. Am i doing something wrong?
by waffeln
Fri Jan 28, 2022 12:39 pm
Forum: General
Topic: Use the power of Everything in Explorer and File dialogs
Replies: 124
Views: 362778

Re: Use the power of Everything in Explorer and File dialogs

That sounds good to me. Otherwise i would have said 20-40% larger than the Windows dialogue. Maybe that could be a setting, but having the window be the size of normal Everything seems like the natural solution without the need for a config entry.
by waffeln
Thu Jan 27, 2022 11:30 am
Forum: General
Topic: Use the power of Everything in Explorer and File dialogs
Replies: 124
Views: 362778

Re: Use the power of Everything in Explorer and File dialogs

I have a few suggestions for improvement: create an online Git repository (e.g. on Codeberg or GitLab) so that it's easy to write a README.md with instructions and to easily get the latest version. Maybe it's just me not using this forum for anything else, but i found it a bit confusing to browse th...
by waffeln
Thu Jan 27, 2022 11:12 am
Forum: General
Topic: Use the power of Everything in Explorer and File dialogs
Replies: 124
Views: 362778

Re: Use the power of Everything in Explorer and File dialogs

NotNull wrote: Sun May 24, 2020 7:28 pm P.S. If anyone has suggestions for a better name than "JumpToFolder": please let me know! I am not particularly fond of the current name.
"EveryWhere"? :D
by waffeln
Sun Jan 02, 2022 12:42 am
Forum: General
Topic: Use the power of Everything in Explorer and File dialogs
Replies: 124
Views: 362778

Re: Use the power of Everything in Explorer and File dialogs

Awesome, thanks a lot. Also happy new year :)
by waffeln
Thu Dec 30, 2021 3:32 pm
Forum: General
Topic: Use the power of Everything in Explorer and File dialogs
Replies: 124
Views: 362778

Re: Use the power of Everything in Explorer and File dialogs

2horst.epp I'm using Lite because i don't need the missing features and i didn't know Lite was basically a version for enterprise for security. I'll be using the normal version moving forwards, since there are probably no tangible advantages of the Lite version for a home user like me. 2NotNull I ch...
by waffeln
Wed Dec 29, 2021 11:52 am
Forum: General
Topic: Use the power of Everything in Explorer and File dialogs
Replies: 124
Views: 362778

Re: Use the power of Everything in Explorer and File dialogs

Hi, i'm having some issues with JumpToFolder. Whenever i use it and select a file or folder and press Enter, the Everything window closes as it should, but the explorer dialogue doesn't jump to a folder and the filename input is filled with "\\" and the dialogue is 'confirmed', which resul...