A simple and efficient clipboard manager built with Fyne and Go. This application monitors your clipboard, saves its history, and provides a user-friendly interface for managing clipboard content.
- Clipboard Monitoring: Automatically saves copied text to a history list.
- History Management: View, copy, or clear clipboard history.
- System Tray Integration: Minimize the application to the system tray and restore it when needed.
- Customizable Tray Icon: Easily set your own icon for the system tray.
- Platform: Works on macOS.
- Go 1.19 or higher
- Fyne Toolkit (included via Go modules)
- golang.design/x/clipboard library for clipboard handling