1.0.1 • Published 8 years ago

clipboard-manager v1.0.1

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
8 years ago

clipboard-manager

A simple cross platform clipboard manager created in Electron

Installation instructions

git clone https://github.com/dmfarcas/clipboard-manager.git 
npm install
npm start

Features

You can copy text

Copy

...and images!

image

Edit clipboard

image

QR Codes!

image

Works on OS X, Windows and Linux. Tested only on Arch Linux + KDE, though.

To do

  • Paste formatted text. Without executing the javascript that's contained, that is.
  • Pagination
  • Change database to mongo, load the database into an array or whatever.
  • Notifications
  • Modal to show image larger?
  • More image formats. Image Magick would be required tho

Known bugs

  • Image saving is not async - it freezes the app for a second or two.
  • A weird case in which the window loses focus, and it's gone until it's focused manually. Huh.
  • Database sometimes decides to go crazy. Might be my fault, either way it'll be moved to mongodb or something.