CopyClip is a lightweight, efficient clipboard manager for macOS that keeps track of your clipboard history. It runs in the menu bar, providing quick access to your recently copied items.
- 📋 Clipboard History: Automatically saves your copied text
- ⚡ Lightweight: Minimal memory footprint and efficient performance
- 🎯 Easy Access: Quick access from the menu bar
- 🔒 Secure: No cloud storage or data sharing
- 🎨 Native Experience: Built with Swift and native macOS APIs
- 🔄 Real-time Updates: Instantly captures new clipboard content
- macOS 10.12 or later
- Xcode 12.0 or later (for development)
- Clone the repository:
git clone https://github.com/yourusername/copyclip_opensource.git
- Open the project in Xcode:
cd copyclip_opensource
open copyclip_opensource.xcodeproj
- Build and run the project in Xcode
Once installed, CopyClip will appear in your menu bar. Click the icon to:
- View your clipboard history
- Select any previous item to copy it back to your clipboard
- Access recent items quickly
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with ❤️ using Swift
- Inspired by the need for a simple, efficient clipboard manager