https://github.com/tayoogunbiyi/clippy
A desktop application for managing clipboard history
https://github.com/tayoogunbiyi/clippy
desktop-app electronjs javascript reactjs
Last synced: 8 months ago
JSON representation
A desktop application for managing clipboard history
- Host: GitHub
- URL: https://github.com/tayoogunbiyi/clippy
- Owner: tayoogunbiyi
- Created: 2019-03-16T12:00:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T16:29:17.000Z (about 3 years ago)
- Last Synced: 2025-02-01T15:01:53.690Z (over 1 year ago)
- Topics: desktop-app, electronjs, javascript, reactjs
- Language: JavaScript
- Homepage: https://www.electronjs.org/apps/clippy
- Size: 1.66 MB
- Stars: 45
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clippy

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 🌑

# Coming Features
- Search by date
- Keep track of images copied to the clipboard
- Auto launch on start of computer
### To do
- Add loading screen
- Integration and Unit tests with spectron, jest.
### Installation
Clippy requires [Node.js](https://nodejs.org/) installed to run.
After cloning the repo, Install the dependencies and start the application.
```sh
$ 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.