Skip to content

ezrnew/electron-clipboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron clipboard

Electron clipboard is a clipboard manager written (surprisingly) in electron. Application allows storing and accesing previous clipboard values (both text and images) with as simple GUI as possible. All the data is stored locally in text file, while user settings are saved in the system directory.

Besides storing past clipboard data electron-clipboard also provides utility tools like screenshot editing:

alt text

Or storing temporary data in multiple clipboards:

alt text

Note that these override default clipboard for copy/paste operations. Key bindings can be changed in settings.

Installation

Python 3.x is required. Since version 3.12 of python library distutils has been removed and it must be installed manually. The easiest way is to install setuptools package:

pip install setuptools

As mentioned here all native node modules must be recompiled for Electron - use npm rebuild after installation.

npm i
npm rebuild

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published