Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 21 hours 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T07:23:19.000Z (14 days ago)
- Last Synced: 2025-02-01T00:24:57.877Z (about 22 hours 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: 727
- Watchers: 6
- Forks: 35
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
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://sindresorhus.com/assets/download-on-app-store-badge.svg)](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
![](Stuff/screenshot1.jpg)
![](Stuff/screenshot2.jpg)## 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)