Clipboard Manager for Mac OS, Copy and Paste whenever you need them, customizable hotkeys, pins, image pastes and more!
Any Animated Images in the clipboard won't animate and will always get pasted as a static .png image. (Planning to add support for this in a future update, if you have a solution then feel free to open a pull request)
- Clipboard History: Automatically saves text and image clipboard entries.
- Global Hotkey: Quickly toggle the app using a customizable hotkey (default:
⌘ + ⌥ + V). - Search: Search through your clipboard history.
- Pin Items: Pin important clipboard entries to keep them from being removed.
- Dark/Light Mode: Automatically adapts to your system theme or can be manually set.
- Launch at Login: Option to start the app automatically when you log in (Enabled by Default).
- Launch the App: Run the app and grant accessibility permissions when prompted.
- Toggle Visibility: Use the default hotkey
⌘ + ⌥ + Vto show or hide the app. - Search: Use the search bar to filter clipboard entries.
- Paste: Click on an item or use the arrow keys to navigate and press
Enterto paste it into the active application. - Right-Click Menu: Right-click on an item to copy, paste, pin, or delete it.
- Preferences: Access preferences by clicking the gear icon to customize settings like the hotkey, theme, and more.
- macOS
- Python 3.9 or later
The following Python packages are required to run the app:
PyQt6pyobjc-framework-Quartz
Install the required packages using:
pip install -r requirements.txtTo build the app using PyInstaller, follow these steps:
-
Install PyInstaller:
pip install pyinstaller
-
Run PyInstaller: Use the provided
Mac Clipper.specfile to build the app:python3 -m PyInstaller "Mac Clipper.spec" --noconfirm -
Locate the Built App: After the build process completes, the app will be located at
dist/Mac Clipper.appdirectory.
Mac Clipper requires accessibility permissions to listen for global hotkeys. If permissions are not granted, the app will not function correctly. You can enable these permissions in:
System Settings > Privacy & Security > Accessibility.
This project is licensed under the GNU General Public License v3.0 License. See the LICENSE file for details.