New app

DS_Store Inspector 🔍

Inspect .DS_Store files - the files Finder leaves in every folder with lots of metadata.

https://sindresorhus.com/ds-store-inspector

I know I know. Super niche. But I was writing a parser (like one does), and thought; why not make an example app for it.

The parser: https://github.com/sindresorhus/DSStore

GitHub - sindresorhus/DSStore: Parse and write macOS .DS_Store files from Swift

Parse and write macOS .DS_Store files from Swift. Contribute to sindresorhus/DSStore development by creating an account on GitHub.

GitHub
And the reason I wrote the parser, to fix a 10+ year old macOS bug - "Put Back" being broken when programmatically trashing multiple files: https://github.com/sindresorhus/macos-trash/releases/tag/v3.0.0