How do you create virtual folders from saved search
Posted
by
Jérôme Radix
on Super User
See other posts from Super User
or by Jérôme Radix
Published on 2011-01-14T09:56:43Z
Indexed on
2011/01/14
22:55 UTC
Read the original article
Hit count: 244
I would like to have on unix-like platforms, the same functionality as to Windows 7 Library folders (aka virtual folders) you see in Windows Explorer.
Gnome Nautilus do that kind of virtual folders through saved search. But I want a system-wide solution, not a gnome-wide solution.
Is there a tool that creates virtual folders from the concatenation of multiple search queries (the result of multiple find
commands ?). The solution should index files for better performances and you should be able to define the default folder for copy operations.
I assume the solution of this kind of problem certainly use FUSE, but I can't see a complete solution to this kind of task in FUSE applications.
© Super User or respective owner