Search and launch folder in favorite

Features wanted...
Post Reply
janchan
Posts: 3
Joined: 22 Feb 2024 12:45

Search and launch folder in favorite

Post by janchan »

It would be cool if folder added in favorite can be searched by typing partially matched characters and open at once when entered.

admin
Site Admin
Posts: 60624
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Search and launch folder in favorite

Post by admin »

You mean type in the address bar?

highend
Posts: 13333
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Search and launch folder in favorite

Post by highend »

You can do something similar already...

Loads all favorite folders as a paperfolder (put it e.g. on a button or a user defined command and associate a keyboard shortcuts to it)
paperfolder('Favorites', favs('d'));

and with:

Code: Select all

Configuration | Find and Filter | Filters & Type Ahead Find | Live Filter Box | [x] Auto-select first match
Configuration | Find and Filter | Filters & Type Ahead Find | Live Filter Box | [x] Enable navigation keys
Configuration | Find and Filter | Filters & Type Ahead Find | Type Ahead Find | [x] Redirect typing to Live Filter Box
you just type (continuous) parts of a folder name to filter that list and hit enter (or navigate with arrow keys and then hit enter) to navigate to that folder...
One of my scripts helped you out? Please donate via Paypal

janchan
Posts: 3
Joined: 22 Feb 2024 12:45

Re: Search and launch folder in favorite

Post by janchan »

admin wrote: 22 Feb 2024 13:00 You mean type in the address bar?
Maybe in a separate popup dialog when clicked a toolbar button.
I'm afraid it will mess if it's in address bar.

admin
Site Admin
Posts: 60624
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Search and launch folder in favorite

Post by admin »

Hmm, I don't see a good way at the moment.

Post Reply