Can the address bar add fuzzy filtering function

History is generated when using dopus. I want to navigate to the most recently used directory, but there are too many history records to find the desired address.
The current matching mechanism is that it filters out the desired effect only if you enter the complete path
For example, enter C:\Program Files to display the most recently opened C:\Program Files\Windhawk and C:\Program Files\Dokan.
What I want is to type Program Files and show all the addresses in recent history that contain Program Files.
Can you automatically filter or complete the history when entering addresses in the address bar to quickly navigate to the most recently used addresses?

2 Likes

I will likely move on to this when i complete my current Fuzzy Searching for Aliases (FAYT) project.

1 Like

Not exactly what you wanted but I adapted Fuzzy_Alias to create a FAYT fuzzy search for the recent files collection created by @ByTim RecentFilesLog - Record recent opened files into Collections. The benefit of this is that you don't have to navigate to a new directory to find what you are looking for. You can probably adapt it to your purposes if you want to add folder logging etc.

Fuzzy_History.opusscriptinstall (3.7 KB)

Note that if your collection has a name other than (RecentFiles), you would need to adjust the script accordingly.

Isn't that how Folders Mode (FAYT) currently works? I mean, if you select Recent/History, the search is partial there as well.

Wouldn't it be better to use the contents of /dopuslocaldata\State Data\recents.osd? I'm not really sure what that script is trying to do (but it kinda looks like it micro-blocks the double-click action on occasions).

You're likely correct. I actually had not yet come across folders mode. I'll check it out.

By the way, are the above functions in the plan list?

I would be keen to try sometime but have too many other irl projects at the moment.