Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wojtekb30/clipboard-saver
- Owner: Wojtekb30
- Created: 2023-01-12T21:46:10.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T10:04:07.000Z (11 months ago)
- Last Synced: 2024-11-13T13:18:58.302Z (about 2 months ago)
- Topics: clipboard, clipboard-history, visual-basic, windows
- Language: Visual Basic .NET
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)