Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sindresorhus/ExtendedAttributes
Manage extended attributes in Swift
https://github.com/sindresorhus/ExtendedAttributes
extended-attributes file-system metadata swift swift-package swift-package-manager
Last synced: 6 days ago
JSON representation
Manage extended attributes in Swift
- Host: GitHub
- URL: https://github.com/sindresorhus/ExtendedAttributes
- Owner: sindresorhus
- License: mit
- Created: 2024-03-10T17:40:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T18:26:53.000Z (8 months ago)
- Last Synced: 2024-10-29T22:38:23.872Z (10 days ago)
- Topics: extended-attributes, file-system, metadata, swift, swift-package, swift-package-manager
- Language: Swift
- Homepage: https://swiftpackageindex.com/sindresorhus/ExtendedAttributes/documentation/extendedattributes
- Size: 10.7 KB
- Stars: 43
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- fucking-awesome-swift - ExtendedAttributes - Manage extended attributes for files and folders. (Libs / Files)
- awesome-swift - ExtendedAttributes - Manage extended attributes for files and folders. (Libs / Files)
README
# ExtendedAttributes
> Manage [extended attributes](https://en.wikipedia.org/wiki/Extended_file_attributes) in Swift
## Install
Add the following to `Package.swift`:
```swift
.package(url: "https://github.com/sindresorhus/ExtendedAttributes", from: "1.0.0")
```[Or add the package in Xcode.](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app)
## API
See the [documentation](https://swiftpackageindex.com/sindresorhus/ExtendedAttributes/documentation/extendedattributes).
## Related
- [Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - Add user-customizable global keyboard shortcuts to your macOS app
- [More…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift+archived%3Afalse&type=repositories)