fsattr

modify extended filesystem attributes on linux and os x


License
MIT
Install
gem install fsattr -v 0.0.2

Documentation

fsattr

fsattr helps to set, get and list extended file attributes on os X and Linux.

Help on adding Windows compatibilty would be nice.

Usage:

f = File.open “/tmp/blah”, “w”

f.fsattr_set “hello”, “world”

f.fsattr_get “hello”

f.fsattr_list

f.close

Copyright

Copyright © 2010 Yannick Koechlin. See LICENSE for details.