A small library for stashing custom extended attribute key-value pairs into file metadata, avoiding the need for sidecar files.
These attributes are may be preserved when files are copied to a compatible file system, but are always discarded in cases such as uploading to the internet. More specifically:
- On Windows and MacOS,
fs::copy
can preserve them. - On Linux, only
/usr/bin/cp --preserve=xattr
can preserve them.
On Unix (Android, Linux, MacOS, FreeBSD, NetBSD), this is a wrapper around xattr, hard-coded to the user.
namespace.
On Windows, this uses NTFS Alternate Data Streams. It's not compatible with OS/2 exended attributes.
- Get 🕳️🌰🐿️
- Set 🐿️💨 🌰
- Remove 🌰🐿️💨 🕳️
- List 🥜🌰🥔
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.