Closed sindresorhus closed 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.
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:
public.rtf
andNeXT Rich Text Format v1.0 pasteboard type
public.utf8-plain-text
andNSStringPboardType
public.tiff
andNeXT TIFF v4.0 pasteboard type
public.html
andApple HTML pasteboard type
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.