Do you want a tool to remember the last 1000 items you have copied?
#How to install?
- git clone https://github.com/anirudhs2005/clipboard-demo/
- Change the directory to the folder with the package.json
- npm install
- npm install electron-prebuilt -D
- npm start
- You will find a tray icon called "Clipboard Demo App!"
- Copy any item on your machine.
- Observe the output as a menu item in the Clipboard Demo App's tray icon. (Use right click).
- Click on any of the items to copy it to the memory.
- Use Ctrl + V to paste it.
#Note:
- Accelerator - keyboard shortcuts not working on Windows yet.