sindresorhus / Pasteboard-Viewer

📋 Inspect the system pasteboards on macOS
https://sindresorhus.com/pasteboard-viewer
MIT License
697 stars 34 forks source link

Add preference to hide legacy formats #1

Closed sindresorhus closed 4 years ago

sindresorhus commented 4 years ago

Apple puts some things twice on the pasteboard, for legacy reasons I assume. It would be nice to be able to hide the noise.

Duplicates:

And many more.

Should this be enabled by default? Or maybe we should just filter these out altogether without an option, as they're not really useful? As long as we clearly document it. I think I prefer the latter, actually.

sindresorhus commented 4 years ago

Done: https://github.com/sindresorhus/Pasteboard-Viewer/commit/3d55c698a61b84046f53caf9664934046a01bd84#diff-41474957cc70d7371cdca9b1ad4db9f4R32 Let me know if you encounter anymore types that should be excluded.