Skip to content

Displays a visual notification in the active window when the clipboard is updated.

License

Notifications You must be signed in to change notification settings

kevingosse/ClipPing

Folders and files

NameName
Last commit message
Last commit date
Jan 6, 2025
Jan 6, 2025
Dec 27, 2024
Dec 28, 2024

Repository files navigation

clip-ping

Displays a visual notification in the active window when the clipboard is updated.

Launching the app adds an icon in the tray. Right-click -> Exit to exit.

The app is written with .NET 9 and requires at least Windows 10 version 1607.

QoL features are not implemented yet (no way to customize the overlay, no way to launch automatically the app at startup). There are two overlays implemented, the default one is a halo on top of the window.

image

The other overlay is a thin border around the window.

image

Though it's mostly used to debug the overlay area, you can enable the border overlay by editing the code. In App.xaml.cs, replace new TopOverlay with new BorderOverlay.