All Projects β†’ sindresorhus β†’ Pasteboard Viewer

sindresorhus / Pasteboard Viewer

Licence: mit
πŸ“‹ Inspect the system pasteboards on macOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Pasteboard Viewer

Desktop
A comprehensive solution for convenient and efficient work with notes, snippets, clipboard, files, and other information that requires quick access via any device.
Stars: ✭ 123 (-52.14%)
Mutual labels:  clipboard, macos-app
BootstraPHP
A Bootstrap wrapper for PHP
Stars: ✭ 24 (-90.66%)
Mutual labels:  developer-tools
MacAppIconSwitcher
Switches your Mac Application Icons
Stars: ✭ 18 (-93%)
Mutual labels:  macos-app
GanacheTimeTraveler
Web3 ganache-cli commands that allow moving forward and backward in time
Stars: ✭ 44 (-82.88%)
Mutual labels:  developer-tools
Umbraco.GodMode
Diplo God Mode makes Umbraco developers invincible!
Stars: ✭ 16 (-93.77%)
Mutual labels:  developer-tools
live-reload
Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.
Stars: ✭ 39 (-84.82%)
Mutual labels:  developer-tools
hapi-dev-errors
A hapi plugin to return better error details and skip the look at command line to catch the issue.
Stars: ✭ 58 (-77.43%)
Mutual labels:  developer-tools
Use Clipboard Copy
πŸ“‹ Lightweight copy to clipboard hook for React
Stars: ✭ 256 (-0.39%)
Mutual labels:  clipboard
droxy
Create commands on your machine that proxy docker run / exec calls
Stars: ✭ 12 (-95.33%)
Mutual labels:  developer-tools
Popover
Custom macOS Popover πŸ’¬
Stars: ✭ 71 (-72.37%)
Mutual labels:  macos-app
sp-live-reload
SharePoint pages live reload module for client side development
Stars: ✭ 23 (-91.05%)
Mutual labels:  developer-tools
email-concealer-cli
CLI tool for concealing e-mails in a file by replacing their domain
Stars: ✭ 30 (-88.33%)
Mutual labels:  developer-tools
taro-playground
The Taro Playground App is a cross-platform application developed using Taro, to help developers develop and debug Taro applications.
Stars: ✭ 33 (-87.16%)
Mutual labels:  developer-tools
vimclip
Never type outside vim again
Stars: ✭ 70 (-72.76%)
Mutual labels:  clipboard
init-macOS-dev
init my macOS development environment
Stars: ✭ 14 (-94.55%)
Mutual labels:  developer-tools
blimp
Blimp: Develop with Docker Compose in the cloud
Stars: ✭ 96 (-62.65%)
Mutual labels:  developer-tools
react-hook-clipboard
A React hook for accessing clipboard
Stars: ✭ 16 (-93.77%)
Mutual labels:  clipboard
macOS-global-autocomplete
πŸ“ƒ System-wide autocompleting that learns what you type and works in any app! (also slightly scary maybe don't use this...)
Stars: ✭ 26 (-89.88%)
Mutual labels:  macos-app
Shapeshifter
A clipboard manager for the 21st century.
Stars: ✭ 256 (-0.39%)
Mutual labels:  clipboard
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+1840.08%)
Mutual labels:  developer-tools

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.

Tip: Right-click an item in the sidebar to copy the type identifier.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].