sindresorhus / Pasteboard-Viewer

📋 Inspect the system pasteboards on macOS
https://sindresorhus.com/pasteboard-viewer
MIT License
697 stars 34 forks source link

Add a way to reduce the pasteboard to just the selected type #19

Closed j-f1 closed 1 year ago

j-f1 commented 1 year ago

Sometimes I want to strip out e.g. the styling information from some text I’ve copied in Safari. It would be nice if I could hit ⌘C to delete everything from the pasteboard except the currently selected thing in the sidebar (assuming, of course, that there’s nothing selected in the detail view)

sindresorhus commented 1 year ago

Sounds like you want Pure Paste, not this app.

j-f1 commented 1 year ago

Not necessarily! I think some of the cases I remember were along the lines of copying a link containing an image and wanting to either paste just the image or just the URL, or wanting to just copy the file URL of an item in Finder.

sindresorhus commented 1 year ago

That is outside the scope of this app. This app is a tool to aid making Mac apps, not a general clipboard utility app. I'll keep this in mind when I eventually make a clipboard manager/utility app.