property_user_values=C:\Propertys\Tags.csv
C:\Propertys\Tags.csv
Code: Select all
Filename,Tags
C:\Photos\picture1.jpg,beach;sunny
C:\Photos\picture2.jpg,rain;flower
Code: Select all
Filename,Tags,Icon,Thumbnail
C:\Photos\picture1.jpg,beach;sunny,c:\temp/cat.ico,c:\temp/cat.png
C:\Photos\picture2.jpg,rain;flower,c:\temp/dog.ico,c:\temp/dog.png
For example, windows explorer makes it very hard to do this:
- it will allow custom icons for some files, not for others.
- it will allow custom icons for Symbolic folders but not for Symbolic files etc etc
I really want to take advantage of this feature in Everything.
But its missing one feature that I really need, to be able to mass apply a property to one or more files/folders. So that way. it will be possible to
- To assign a specific a file to 5 files details icon
.ico
- To assign a specific property to a folder and all the items inside said folder
Tag
Everything allows the use of RegEx in places beyond the main search bar, can this
.csv
One advantage that I can think of with this, is that the entries in the
.csv
Thank you.