Skip to content

C# desktop app that tracks the Windows Clipboard API and autosaves all copied text in a scrollable rich textbox with timestamps.

Notifications You must be signed in to change notification settings

kineticquant/Clipboard-Copy-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyClipboard: A Clipboard Copy/Paste Monitoring Utility

C#

About

Ever lose track of something you copied/pasted? Or end up copying something else and have to spend a lot of time hunting down the first text you copied? Maybe you have to copy/paste a bunch of alternating values repeatedly?

You would benefit from this MyClipboard Copy/Paste Monitoring Utility! This tool is a C# desktop application that monitors the clipboard over Windows API. The tool saves all copied text in a scrollable rich textbox with timestamps. You can easily go back and re-reference anything you copied in the past and not lose track.

V2 Update

This utility has been modified with the following enhancements:

  • A rolling log.txt file that automatically creates/saves in C:/MyClipboard. This log will continuously save whatever text is copied in perpetuity, ensuring older data is saved in the case a machine is rebooted.
  • An image tracker tab which keeps track of the most recent image copied to the clipboard.
  • Performance and speed enhancements. These enhancements now require .NET Runtime 6.0 or later.
  • An autosave feature and autosave tracker in the interface which denotes whether the autosave functionality is working accurately.

The V1 code remains available in the .v1 directory for reference.

Preview of Tool

Screenshot_of_Utility

Security Warning for Password Use/Sensitive Text

Tracking text values that are copied to the clipboard includes passwords. This means the utility will openly display the text values of passwords if you copy them and the utility is running. If you have any external entities monitoring your screen, either remotely via technology, or physically within your presence, it's suggested to avoid copying sensitive text values while running this utility.

About

C# desktop app that tracks the Windows Clipboard API and autosaves all copied text in a scrollable rich textbox with timestamps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages