1.0.10 • Published 5 years ago

quick-clipboard v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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();
  })
});
1.0.10

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago