A simple Electron clipboard manager.
Based on electron-react-boilerplate
- Control/Command + Shift + V = Open clipboard history window
- Escape = Close history window
- Enter = Paste selected entry from history
- Arrow Up/Down = Move 1 entry backwards/forwards
- Shift + Arrow Up/Down = Move 10 entries backwards/forwards
- Control/Command + Backspace = Clear search
- Alt + Backspace = Clear last word in search
Download latest release for your platform
- Download cp-clip-setup-x.x.x.exe
- Install it
- Download cp-clip-x.x.x.dmg
- Run and drag it to your Applications
- Download cp-clip-x.x.x-x86_64.AppImage
- Right click on it
- Go to Properties and then Permissions
- Check Allow executing file as program
Or you can just chmod +x
it.
After downloading repository run Yarn
$ yarn
- Run in dev environment
npm run dev
- Package release for your current platform
npm run package
- Package release for Windows, Mac and Linux
npm run package-all
- Click out to close?
- Some styling
- Scroll issues