Tarektouati / Pasteboard-Viewer

đź“‹ Inspect the system pasteboards on macOS

Home Page:https://sindresorhus.com/pasteboard-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. 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 Mac developer, you probably don't want this app.

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.

Download

Requires macOS 10.15 or later.

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'm not interested in localizing the app.

Can you add support for macOS 10.14 or older?

This app uses SwiftUI, which only works on macOS 10.15 and later.

Related

About

đź“‹ Inspect the system pasteboards on macOS

https://sindresorhus.com/pasteboard-viewer

License:MIT License


Languages

Language:Swift 100.0%