Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wojtekb30/clipboard-saver

Log your clipboard history, save it all to a text file or recover things you last copied.
https://github.com/wojtekb30/clipboard-saver

clipboard clipboard-history visual-basic windows

Last synced: 27 days ago
JSON representation

Log your clipboard history, save it all to a text file or recover things you last copied.

Awesome Lists containing this project

README

        

# Clipboard-saver
Visual Basic .NET Windows Program for logging text copied into clipboard.

You can then save it all to text (.txt) file or recopy it again (if you wanted to recover text you had copied before).

Warning: this program works only when opened/running. It saves data in RAM, so the logged entires are lost if you close the program (unless you export them to text (.txt) file).

Tested and launched on: Windows Vista (32-bit VM), Windows 7 (32-bit), Windows 10 (64-bit).

To run the program or if it crashes, you may need to install .NET Framework 4 or newer. Link to .NET Framework 4 download:
https://www.microsoft.com/en-US/Download/confirmation.aspx?id=17718

![image](https://user-images.githubusercontent.com/112283903/212413182-2110363b-7a27-4d3f-b5fd-48f1cbec74d8.png)