Skip to content

aklein13/cp-clip

Repository files navigation

cp-clip

A simple Electron clipboard manager.

App

Based on electron-react-boilerplate

Shortcuts

Type to search
  • 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

Instructions

Download latest release for your platform

Windows

  1. Download cp-clip-setup-x.x.x.exe
  2. Install it

Mac

  1. Download cp-clip-x.x.x.dmg
  2. Run and drag it to your Applications

Linux

  1. Download cp-clip-x.x.x-x86_64.AppImage
  2. Right click on it
  3. Go to Properties and then Permissions
  4. Check Allow executing file as program

Or you can just chmod +x it.

Dev Instruction:

After downloading repository run Yarn
$ yarn
Then you can use one of the following commands:
  • 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

TODO

  • Click out to close?
  • Some styling
  • Scroll issues