Eh's Clipboard is a lightweight tool designed to alert users whenever content is copied to their clipboard. This simple yet practical utility provides real-time notifications of clipboard activity, displaying the copied text in an on-screen alert.
Key Features:
Clipboard Monitoring: Alerts you immediately when any text or data is copied to your clipboard.
Text Preview: Shows a preview of the copied content directly in the notification window, with truncation for longer texts.
Installation Options: Can be easily installed via winget (Windows only).
Audience & Benefit:
Ideal for Windows users who want to stay informed about clipboard activity without manually checking. Perfect for workflows where tracking copied content is important, or simply for those curious about their clipboard usage.
This straightforward tool offers a simple yet effective way to monitor clipboard activity on Windows systems.
Simple program on a python file that alerts you what has been copied, because i was bored and i did this lmao, but also to change their things (Kinda how android tells smt has been copied to the clipboard)
Compiling/Running From Python (Source)
The program has been built with python 3.13 (3.13.7) inside of a windows computer, so you may need to a windows machine if you want to run from the script
Note: If you want to fork from a version in specific download the source code from that version on the releases tab and follow the depdencies instruction from that version
After forking the repo and then going to the directory, install the depdencies on your terminal before running: