Registry / utility / ffi-xattr

ffi-xattr

JSON →
library0.2.0rbrubygemsunverified

Manipulate extended file attributes using FFI.

gem install ffi-xattr
INSTALL
IMPORT
SIG · FFI-XATTR
F
ffi-xattr
utilityrubyv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FFI_Xattr
require 'ffi-xattr'

Set and get an extended attribute on a file.

require 'ffi-xattr' xattr = Xattr.new('/path/to/file') xattr.set('user.comment', 'hello') puts xattr.get('user.comment')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ffi-xattr — gem install ffi-xattr · libregistry