Clippy is a desktop application that helps keep track of your clipboard history.
- Simple UI
- Built with Javascript (Electron and React)
- Search through your clipboard history
- Night mode 🌑
- Search by date
- Keep track of images copied to the clipboard
- Auto launch on start of computer
- Add loading screen
- Integration and Unit tests with spectron, jest.
Clippy requires Node.js installed to run.
After cloning the repo, Install the dependencies and start the application.
$ cd clippy
$ npm install
$ npm run start
The npm run start
command has been modified to start the electron app and then start the react application after the electron app has been launched.
You might need to refresh the electron application by Ctrl+R
once the react application is started.