Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
POSIX extended attributes for tagging files
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
sirlark
Guru
Guru


Joined: 25 Oct 2004
Posts: 306
Location: Limerick, Ireland

PostPosted: Wed May 04, 2011 9:03 am    Post subject: POSIX extended attributes for tagging files Reply with quote

I maintain a "Documents" directory, much like most. I categorize stuff using sub-directories. It strikes me that it would be a lot more convenient to store documents in a flat structure and tag each document with keywords. Are there any systems out there already that do this? If not, I was thinking this would be an ideal use of extended file attributes. Each file would get an extra extended file attribute "user.tags" which would be a string containing a space (or comma) separated list of tags.

There would be a few basic operations that need to be made convenient for
the user

1) Specifying tags for an individual file, or collection of files:
Easy enough to do with a simple userspace utility, which can then be incorporated into most GUI file managers via plugins with relative ease.

2) Querying the tags on a individual file:
The is also a simple special case extension of the current ability of 'attr' to query the extended attributes on a file. What would be really useful is to have GUI file managers incorporate optional columns in directory listings that display the tags for each file listed. Simply clicking on the list of tags would then make the entire tag spec editable as a string.

3) Querying files by tag, including compound tag specification, e.g. "WashingMachine && Warranty" or "ProofOfPayment && Rent"
I think that ideally the 'ls' utility could be extended to include a "tag spec" command line argument that causes only those file names which match the taf spec to be outputted. Also, when -l is used, 'ls' should output a list of tags in brackets after the file name). Extending 'ls' would be a good first step maybe, but to include all the basic file management utilities (cp, mv, etc) perhaps it would be more useful to extend the globbing capabilities of various shells and the underlying C library to work with tag specs too, something along the lines of: *.pdf::ProofOfPayment+Rent; Considering the use of && and || already in many shells, '+' might be used for 'or', '~' for not, and '*' for 'and' (for example)

So what does everyone here think? Is this something others would want? Is this worth submitting as an RFC maybe? Obviously the technical details need to be looked, especially globbing syntax.
_________________
Adopt an unanswered post today
Back to top
View user's profile Send private message
Bones McCracker
Veteran
Veteran


Joined: 14 Mar 2006
Posts: 1611
Location: U.S.A.

PostPosted: Wed Apr 17, 2013 4:20 pm    Post subject: Reply with quote

I'd say there seems to be limited interest in the idea.
_________________
patrix_neo wrote:
The human thought: I cannot win.
The ratbrain in me : I can only go forward and that's it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum