An open API service indexing awesome lists of open source software.

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

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.