ClipMac is a lightweight (or is it) clipboard history manager for macOS. It keeps track of the text you copy, allowing you to easily access and reuse previous clipboard entries.
- Clipboard History: Stores a history of copied text items in an sqlite db (locally).
- Query History: Search through the history from the past.
- Quick Access: Open the clipboard history popup using a global shortcut (
Control+Shift+Space). - Copy to Clipboard: Easily copy any item from the history back to your clipboard.
- Simple Interface: Clean and straightforward user interface.
- Dockless Application: Runs in the background without a dock icon.
- Auto-launch at startup: Automatically starts when you log in to your Mac (production build only).
- Run the application.
- Whenever you want to access your clipboard history, press
Control+Shift+Space. - A popup window will appear showing your recent clipboard entries.
- Click the "Copy" button next to an item to copy it back to your clipboard.
To build and run ClipMac locally, follow these steps:
-
Clone the repository (if applicable):
git clone https://github.com/najmiter/clipmac cd clipmac -
Install dependencies: Make sure you have Node.js and npm installed.
npm install
-
Run the application in development mode: This will start the Electron application.
npm start
-
Build the application for distribution: This will create a distributable
.dmgfile in thedistdirectory.npm run build
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by @najmiter