Hello stackoverflow community,
I have a problem. My files are a mess, I try to structure them into folders with names that describe what they are in a recursive class-brake-down sense but later on I have trouble finding the file again when I go looking for it (the one file can possible exist in many folders).
Does anyone know of a file system that uses tags instead of folders?.. Allowing me to find my files by a combination of tags.
If there was such a file system, I'm not sure how OSes would cope, being so deeply dependent on the folder system. I'm just curious if there is such tag- filesystems out there.
Thanks,
clinux.
EDIT: I came across this which isn't too bad tag2find, it solves my problems with finding stuff for now.