From 17e78ba088765a19eeca827a81cbe79380b19870 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 20 Apr 2024 22:30:28 +0700 Subject: [PATCH] Add ExtendedAttributes --- contents.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index ee4ae970..78c73b5d 100644 --- a/contents.json +++ b/contents.json @@ -6144,6 +6144,12 @@ "description": "`@MemberwiseInit` is a Swift Macro that can more often provide your intended `init`, while following the same safe-by-default semantics of Swift’s memberwise initializers.", "homepage": "https://github.com/gohanlon/swift-memberwise-init-macro", "tags": ["swift", "macro", "init", "initializers"] - } + }, { + "title": "ExtendedAttributes", + "category": "files", + "description": "Manage extended attributes for files and folders.", + "homepage": "https://github.com/sindresorhus/ExtendedAttributes", + "tags": ["swift", "system", "file-system"] + } ] }