filetags icon indicating copy to clipboard operation
filetags copied to clipboard

RFE: Sync tags to extended attributes (Linux), filesystem tags (OSX) or ntfs attributes

Open rrottmann opened this issue 5 years ago • 1 comments

Recently found your filetags tool and really like it. I am very fond of managing files with tags and automate by assigning tags. I found syncing the tags to filesystem attributes very helpful.

Maybe this feature may also be a good addition to filetags? That way, the operating system can index the tags and search is more efficient.

A small python script I currently use for this is https://github.com/rrottmann/tag2xattr

As I also use TagSpaces, my tagging style expects "filename [tag1, tag2, tag3].ext", though.

rrottmann avatar Sep 11 '20 18:09 rrottmann

Hi Reiner, Thanks for the input.

I personally don't use file system specific or OS specific attributes. However, I see the advantage for others who do use features that require those attributes to be populated.

At this time, I will not go into that direction. However, I keep this as an enhancement or feature request so that others might be able to find it and contribute accordingly. :+1:

novoid avatar Sep 12 '20 07:09 novoid