ScreenshotToClipboard icon indicating copy to clipboard operation
ScreenshotToClipboard copied to clipboard

[Feature Request] Adding an option of deleting screenshot file after copying to clipboard.

Open IJustWantANamePlease opened this issue 2 years ago • 2 comments

In some (or maybe many?) cases, the file itself is not needed after sharing to chat elsewhere. It would be great to have auto-deleting as an option.

IJustWantANamePlease avatar Mar 21 '22 02:03 IJustWantANamePlease

With macOS (and possibly Linux in the future) clipboard copying is done by adding the screenshot file to the clipboard rather than transferring it in-memory; I guess I could make the file be deleted on game close in this case (API doc note to self: https://docs.oracle.com/javase/8/docs/api/java/io/File.html#deleteOnExit--).

comp500 avatar Mar 21 '22 04:03 comp500

Going to second this issue.

Terraphice avatar Sep 24 '22 13:09 Terraphice