Skip to content

It's a shortcut for manage your clipboard history. Inspired by paste (https://pasteapp.me/).

Notifications You must be signed in to change notification settings

geeknull/quick-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

It's a shortcut for manage your clipboard history. Inspired by paste (https://pasteapp.me/).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published