I suggest a feature I thought about using gmail search.
When you search for mails with "donation coder" in gmail you have a "search results" page you can browse.
You can look at the first message, the continue to the next, or come back to the search results page.
In short, you have defined a sub-domain of your data, and you can quietly search within this restricted domain.
What I would like FARR to do is for example:
You browse a directory "my images", and you want to display only the images of your last trip to the moon
So you type " myimages\ TAB moon", but then you want to browse these pictures, and these pictures only.
So it would be nice to have a feature that displays all the listed files in a virtual folder, so you can browse it with your favorite apps or whatever.
I guess the windows file system won't allow this to become reality but at least I tried to ask.
Thanks.






Logged


It might be possible to do via a plugin. After the " myimages\ TAB moon" search, once you've gotten the list of results, you would press a hotkey (or select a context menu command or something like that) and then a FARR plugin starts, the plugin then displays all and only image files from the results as clickable thumbnails in a html view mode page (similar to the AlbumDisplayer plugin perhaps). Would that be similar to what you had in mind? Clicking an thumbnail could perhaps then make FARR open the fullsize in the default browser. The hard part would be to write the plugin of course
I don't have time to make an attempt at the moment but maybe someone else does. (the code in the AlbumDisplayer files can of course be reused in any way if that would be to some help)