0.0
No release in over 3 years
Low commit activity in last 3 years
FSPath methods xattr and lxattr to work with extended attributes using ffi-xattr gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.0

Runtime

>= 0.0.4, < 0.2
>= 2, < 4
 Project Readme

fspath

Better than Pathname

Build Status

Extended attributes (using xattr gem)

Get extended attribute:

FSPath('/a/b/c').xattr['com.macromates.caret']

Set extended attribute:

FSPath('/a/b/c').xattr['good'] = 'bad'

Set extended attribute on symlink itself:

FSPath('/a/b/c').lxattr['good'] = 'bad'

Copyright

Copyright (c) 2010-2019 Ivan Kuchin. See LICENSE.txt for details.