A simple clipboard manager for macOS.
- Stores your clipboard history.
- Easy access to your clipboard history from the menu bar.
- Search through your clipboard history.
- Click to copy any item from your history back to your clipboard.
- Global shortcut (Control + V) to open the clipboard history.
- macOS 11.0 or later.
- Xcode 13.0 or later.
- Download the latest
Clippy.dmgfile from here. - Open the DMG file.
- Drag
Clippy.appto yourApplicationsfolder.
Upon first launch, Clippy will request accessibility permissions. This is necessary for the global hotkey feature (Control + V) to work correctly. Please grant these permissions when prompted.
- Launch Clippy.
- The Clippy icon will appear in your menu bar.
- Click the icon to see your clipboard history.
- Click any item to copy it back to your clipboard.
- Clone the repository:
git clone https://github.com/vicopem01/clippy.git
- Open the project in Xcode:
open Clippy.xcodeproj
- Build and run the project.
Alternatively, you can use the provided build script:
./build.shThis will create a Clippy.dmg file in the build directory.
This project is licensed under the MIT License - see the LICENSE file for details.