A simple Electron clipboard manager.
Based on electron-react-boilerplate
The app supports automatic updates except for Mac. Updates do not work on unsigned applications and Mac certificates are paid.
Control/Command
+Shift
+V
= Open/close clipboard history windowEscape
= Close history windowEnter
= Paste selected entry from historyArrow Up/Down
= Move 1 entry backwards/forwardsControl/Command
+ [1
-9
] = Paste 1st - 9th element from historyDelete
or (Control/Command
+Shift
+Backspace
) = Remove currently selected entry from historyShift
+Arrow Up/Down
= Move 10 entries backwards/forwardsControl/Command
+Backspace
= Clear searchAlt
+Backspace
= Clear last word in searchShift
+Enter
= Search for Enter press (new lines)Control/Command
+G
= Search selected (or last in clipboard) text in Google in default browser. Works everywhere.Control/Command
+Alt
+ [1
-9
] = Macros - on open window - assign selected value to 1-9 macro. Use the shortcut again when the window is closed to paste saved macro.Control/Command
+Alt
+C
= Color picker - Copy hex color at cursor position
Download latest release for your platform
- Download cp-clip-setup-x.x.x.exe
- Install it
Download cp-clip-x.x.x.dmg and follow macOS guide.
Right now macOS version is built for Intel chips, but it should work on M1 chip anyway. I will try to build M1 version in the future for better performance.
- Download https://github.com/aklein13/cp-clip/releases/download/v0.5.1/cp-clip-0.5.1.AppImage
- Right click on it
- Go to Properties and then Permissions
- Check Allow executing file as program
- Run it
Or you can just chmod +x
it.
If after going through above steps and running the application nothing happens,
you most likely need to install libgtk2.0-0
package manually.
In order to do that open your terminal and run sudo apt-get install libgtk2.0-0
After downloading repository run Yarn
You need to install node_modules
in both root directory and ./app
directory.
yarn
cd app && yarn && cd ..
- Run in dev environment (from root directory)
yarn dev
- Package release for your current platform
yarn package
- Package release for Windows, Mac and Linux
yarn package-all
- Some styling (especially on cleanup window)
- Settings to change key binds
- Show release notes in update prompt?