https://github.com/sindresorhus/Pasteboard-Viewer
📋 Inspect the system pasteboards on macOS
https://github.com/sindresorhus/Pasteboard-Viewer
app clipboard clipboard-manager developer-tools macos macos-app nspasteboard pasteboard swift swiftui
Last synced: 18 days ago
JSON representation
📋 Inspect the system pasteboards on macOS
- Host: GitHub
- URL: https://github.com/sindresorhus/Pasteboard-Viewer
- Owner: sindresorhus
- License: mit
- Created: 2020-02-18T08:55:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T19:31:45.000Z (7 months ago)
- Last Synced: 2024-10-29T22:38:30.349Z (6 months ago)
- Topics: app, clipboard, clipboard-manager, developer-tools, macos, macos-app, nspasteboard, pasteboard, swift, swiftui
- Language: Swift
- Homepage: https://sindresorhus.com/pasteboard-viewer
- Size: 10 MB
- Stars: 700
- Watchers: 6
- Forks: 34
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- gitcat - Pasteboard-Viewer
- open-source-mac-os-apps - Pasteboard Viewer - Inspect the system pasteboards. ![swift_icon] (Applications / Development)
- awesome-swift-macos-apps - Pasteboard Viewer - Viewer?label=" /> - Inspect the system pasteboards. (Development)
- open-source-mac-os-apps - Pasteboard Viewer - Inspect the system pasteboards.</summary><p><b>Languages:</b> ![swift_icon] <br><b>Website:</b> <a href="https://sindresorhus.com/pasteboard-viewer">https://sindresorhus.com/pasteboard-viewer</a><br><b>Screenshots:</b><br><img src='https://raw.githubusercontent.com/sindresorhus/Pasteboard-Viewer/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/screenshot1.jpg' width='400' loading='lazy'/><br></p></details> (Applications / 👨💻 Development (9))
- stars - Pasteboard-Viewer
- stars - Pasteboard-Viewer
README
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](https://developer.apple.com/documentation/appkit/nspasteboard) or [UIPasteboard](https://developer.apple.com/documentation/uikit/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
[](https://apps.apple.com/app/id1499215709)
*Requires minimum macOS 15, iOS 18, or visionOS 2*
**Older versions (macOS)**
- [2.8.0](https://github.com/sindresorhus/Pasteboard-Viewer/releases/download/v2.8.0/Pasteboard.Viewer.2.8.0.-.macOS.14.zip) for macOS 14+
- [2.5.1](https://github.com/sindresorhus/Pasteboard-Viewer/releases/download/v2.5.1/Pasteboard.Viewer.2.5.1.-.macOS.13.zip) for macOS 13+
- [2.4.1](https://github.com/sindresorhus/meta/files/13539167/Pasteboard-Viewer-2.4.1-macOS-12.zip) for macOS 12+
- [2.2.2](https://github.com/sindresorhus/Pasteboard-Viewer/releases/download/v2.2.2/Pasteboard.Viewer.2.2.2.-.macOS.11.zip) for macOS 11+
- [1.5.1](https://github.com/sindresorhus/Pasteboard-Viewer/releases/tag/v1.5.1) for macOS 10.15+**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](https://www.dropbox.com/scl/fi/tgmv4vzibp11d7f6no5bf/Pasteboard-Viewer-2.10.0-1737192812.zip?rlkey=drv2la822kiz3os1cw4qa5e2o&raw=1) *(2.10.0 · macOS 15+)*
## 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](https://developer.apple.com/library/archive/samplecode/ClipboardViewer/Introduction/Intro.html).
#### Can I contribute localizations?
I don't plan to localize the app.
#### [More FAQs…](https://sindresorhus.com/apps/faq)
## Links
- [Website](https://sindresorhus.com/pasteboard-viewer)
- [More apps by me](https://sindresorhus.com/apps)