Clipboard application developed using Electron.js for Linux
It stores the contents copied with ctrl+c in a maximum of 20.
To use, download the Cloppy.AppImage.zip file in the releases tab. Then assign the keyboard shortcuts to the best shortcut for you.
git clone https://github.com/ogzcode/Cloppy.git
cd Cloppy
npm i
npm run start
npm run dist

