sindresorhus / Pasteboard-Viewer

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

Add Save pasteboard content to a file feature #6

Closed Tarektouati closed 4 years ago

Tarektouati commented 4 years ago

Before :

Screenshot 2020-05-16 at 15 20 09 Screenshot 2020-05-19 at 13 17 26

After:

Screenshot 2020-05-16 at 15 20 09 Screenshot 2020-05-19 at 12 58 43
sindresorhus commented 4 years ago

Thanks for working on this, but this PR needs more work.

sindresorhus commented 4 years ago

Please follow the macOS Human Interface Guidelines for the "File" menu.

sindresorhus commented 4 years ago

The menu item should be "Save As…" as it's not saving directly.

And it should only be enabled when a pasteboard item is selected and it has data.

sindresorhus commented 4 years ago

I'm going to close this for lack of activity and also because it's simply too far from being mergeable. Also, macOS 11, will bring SwiftUI improvements that will make it much easier to achieve this, so I prefer to wait.