quick-clipboard

1.0.10 • Public • Published

Quick Clipboard

Inspired by paste (https://pasteapp.me/).

It's a shortcut for manage your clipboard history.

You can custom your invoke way to show a floating window what has your clipboard history card.

eg use CommandOrControl+Shift+V.

Double click the text card, it will write the card content into your clipboard.

const quickClipboard = require('quick-clipboard');

app.on('ready', () => {
  // do your things
  quickClipboard.init();
  quickClipboard.show();
  globalShortcut.register('CommandOrControl+Shift+V', () => {
    quickClipboard.show();
  })
});

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i quick-clipboard

      Weekly Downloads

      2

      Version

      1.0.10

      License

      ISC

      Unpacked Size

      103 kB

      Total Files

      10

      Last publish

      Collaborators

      • geeknull