CFI Icon for all folders that contain tagged items (recursively).
Posted: 07 Oct 2024 11:23
Similar to recent CFI feature to set icon for folder if it has no files(only empty folders), i'd wish to propose another switch: to set icon for folder if it has tagged/labelled/commented items anywhere deep inside.
This would allow to always see if some folder in view may contain valuable items somewhere deep inside. Additionally List-wise it will be kinda like a tree-path-tracing, allowing to go deep inside some folders structures and always see from a glimpse which folders contain "more valuable data" to dive further.
Smth like this (pt=prop tag):
If this feature be considered interesting enough, i'd propose to add 3 switches: pt, pl, pc = for tags, labels, comments respectfully.
Example:
This would allow to always see if some folder in view may contain valuable items somewhere deep inside. Additionally List-wise it will be kinda like a tree-path-tracing, allowing to go deep inside some folders structures and always see from a glimpse which folders contain "more valuable data" to dive further.
Smth like this (pt=prop tag):
Code: Select all
*\ /pt=*><xypath>\XYicon_FolderGreen.ico //matches folders containing items with any tags/labels/comments
*\ /pt=special><xypath>\Special_Folder.ico //matches folders containing items with specific tag "special"
*\ /pt=special|work><xypath>\Special_Folder.ico //matches folders containing items with specific tags "special" AND "work"Example:
Code: Select all
*\ /pl=red><xypath>\Hot_Folder.ico //matches folders containing items with "red" label
*\ /pc=*check later*><xypath>\Planned_Folder.ico //matches folders containing items with "check later" in comments