Lightweight Material UI copy notifications · Built for fun and to avoid pressing CTRL + C multiple times
CopyAlert is a lightweight, modern clipboard monitoring utility for Windows 10/11. Built for fun and productivity, it provides beautiful Material UI-styled notifications whenever you perform a Copy action.
Ever found yourself pressing CTRL + C three times just to be sure? CopyAlert gives you the visual confirmation you need so you can copy once and move on.
Designed for developers and power users, CopyAlert stays out of your way in the system tray while providing real-time feedback for your copy interactions.
| Feature | Description |
|---|---|
| 🎨 Material UI | Modern, clean notification cards with smooth animations |
| 📋 Real-time Monitoring | Instant alerts for every copy action |
| 📍 Custom Locations | Preset positions (Top/Bottom, Left/Right) or manual dragging |
| 🚀 Auto Start | Option to launch automatically with Windows |
| 🛸 System Tray | Runs silently in the background with a minimized footprint |
| ⚙️ Smart Settings | Toggle detailed info, switch styles, and choose animations |
- Windows 10 or Windows 11
- .NET Desktop Runtime (latest version recommended)
- Download: Grab the latest release from the Releases page.
- Install: Right-click
Setup.ps1and select Run with PowerShell. This will:- Install CopyAlert to your local apps folder.
- Create a Desktop shortcut.
- Create a Start Menu shortcut.
- Alternative: You can also just run
CopyAlert.exedirectly if you prefer not to install it. ======= - Download: Grab the latest release from the Releases page.
- Launch: Run
CopyAlert.exe. - Configure: Right-click the system tray icon and select Settings to customize the appearance and behavior.
# Clone the repository
git clone https://github.com/kalpit118/CopyAlert.git
git clone https://github.com/kalpit118/ClipAlert.git
cd CopyAlert
# Build using Visual Studio or dotnet CLI
dotnet build --configuration ReleaseCopyAlert is highly customizable through its dedicated settings panel:
- Location: Choose from Bottom Right, Bottom Left, Top Right, Top Left, or Custom (draggable).
- Style: Toggle between Compact for minimal distraction or Full Card for detailed info.
- Animations: Select between Fade, Slide, or Smart transition modes.
- Auto-Start: Keep CopyAlert active every time you boot your PC.
- Visual Confirmation: Never wonder "did it copy?" again.
System Clipboard Event
│
▼
CopyAlert Monitor
│
┌────┴────┐
│ Action? │
└────┬────┘
│ Copy
▼
Material UI Popup
(Animated & Positioned)
CopyAlert/
├── CopyAlert.csproj # Project configuration
├── App.xaml # Application entry point
├── MainWindow.xaml # Main Notification UI
├── SettingsWindow.xaml # Configuration UI
├── Settings.cs # User preferences logic
├── ClipboardMonitor.cs # Windows API hooks for clipboard
└── Release/ # Binary distribution
- Material UI Notification Cards
- Custom Popup Positioning
- System Tray Integration
- Auto-start implementation
- Multiple Clipboard History
- Cloud Sync for Clipboard
- Dark/Light Theme Switching
Contributions are warmly welcome!
- Fork the repository.
- Create a feature branch (
git checkout -b feature/CoolFeature). - Commit your changes (
git commit -m 'Add some CoolFeature'). - Push to the branch (
git push origin feature/CoolFeature). - Open a Pull Request.
Distributed under the GNU General Public License v3.0. See LICENSE for more information.