Skip to content
/ clippy Public
forked from tayoogunbiyi/clippy

A desktop application for managing clipboard history

Notifications You must be signed in to change notification settings

doc-han/clippy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clippy

N|Solid

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 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.

About

A desktop application for managing clipboard history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • HTML 10.4%
  • CSS 8.7%