Skip to content

sindresorhus/Pasteboard-Viewer

Repository files navigation

Pasteboard Viewer

Inspect the system pasteboards




This is a developer utility that lets you inspect the various system pasteboards. This can be useful to ensure your app is putting the correct data on NSPasteboard or UIPasteboard. The app refreshes the pasteboard contents live and can preview text, RTF, images, and anything that has a Quick Look preview.

Note that this is not a clipboard manager. If you're not a programmer, you probably don't want this app.

On macOS, you can make the window always stay in front by enabling “Stay in Front” in the “Window” menu.

Use the up/down arrow keys to switch between the pasteboard items.

It hides obsolete system pasteboard types that have modern equivalents. This includes CorePasteboardFlavorType, NSStringPboardType, NSFilenamesPboardType, etc.

Tip: Right-click (macOS) or long-tap (non-macOS) an item in the sidebar to copy the type identifier.

Download

Requires minimum macOS 14, iOS 17, or visionOS 1

Older versions (macOS)

Non-App Store version (macOS)

A special version for users that cannot access the App Store. It won't receive automatic updates. I will update it here once a year.

Download (2.6.0 · macOS 14+)

Screenshot

FAQ

What's with the genie lamp?

It's a reference to the icon of Apple's old NSPasteboard sample app called Clipboard Viewer.

Can I contribute localizations?

I don't plan to localize the app.

Links