-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
What feature or improvement do you think would benefit Files?
Dear Authors,
If File implements a system to tag file across file systems (with a mechanism that is also compatible with major Cloud Providers: Google Drive, One Drive, Dropbox) it would be the first file explorer to do it.
Something that really surprises me in 2025.
Requirements
- This proposal support user specified tag for each file or folder.
- The tags need to be supported on major operating systems (macOS, windows, linux).
- The tags need to be compatible with native tags systems in both os.
- extended attribute on linux and macOS
- windows tag for the file type that support it.
- Use external file to support sync across cloud storage providers.
When a user tag a file with a user defined keyword 'mytag', it is stored in the file extended attribute / tag support of the native os, if possible (windows have several limitations but ntfs support some way to store extended info on each file), if the file is moved between os/filesystems using 'Files', then try to preserve the information by detecting the file system type. So for example, if a pendrive is formatted with ntfs, use the information in the file to preserve tags, and if Files is used in another computer with a different FileSystem (for example macOS) and moved to a local folder, convert the tag info from 'ntfs' metadata to extended attribute (xattr - macOS) tags in order to being able to see the same tags in Files and in Finder (and use the local search feature of the Os for tag based search).
If files are moved in OneDrive or other way to sync them, add an hidden file to each folder (when the user use Files), to preserve this information, and when the user browse the folder (for example moving from Windows to MacOs) alter the file to preserve the tags bidirectionally.
It is a large request that affect the behavior of Files in a complex way. The requirements need to be carefully checked and discussed.
But the result will be a UNIQUE incredible usefull feature..
Files Version
2.0.36 (preview)
Windows Version
windows 11
Comments
No response