Shapeshifter icon indicating copy to clipboard operation
Shapeshifter copied to clipboard

Save items to disk automatically

Open KoalaBear84 opened this issue 6 years ago • 5 comments

Save items to disk and restore them when Shapeshifter starts. So it will also be a clipboard backup which survives a Windows reboot.

KoalaBear84 avatar May 13 '18 15:05 KoalaBear84

Current work-around: Pin them. Pinned items are persisted to disk.

ffMathy avatar May 13 '18 15:05 ffMathy

This is a good proposal. We should automatically offload items to disk anyway, since memory consumption can grow quite significantly.

ffMathy avatar May 13 '18 15:05 ffMathy

@KoalaBear84 perhaps you can implement this yourself while I work on other issues? Should be fairly easy. See ClipboardPersistenceService.cs.

ffMathy avatar May 13 '18 15:05 ffMathy

@KoalaBear84 Meanwhile Hibernate it

SmartManoj avatar May 14 '18 01:05 SmartManoj

One of the main features of Shapeshifter, is that it does NOT store clipboard contents on disk! This is important for security, and the reason I came to look at Shapeshifter.

Are you planning to change this?

Storing only "Pinned" items is a good feature.

mvdw avatar Sep 27 '18 07:09 mvdw