Coder Social home page Coder Social logo

ramlmn / electron-clippy Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 0.0 709 KB

A simple clipboard manager built on Electron

License: MIT License

JavaScript 77.21% HTML 1.02% CSS 21.77%
clipboard-manager clipboard electron electron-clippy webcomponents hyperhtml

electron-clippy's Introduction


Clippy

Clippy

A simple clipboard manager built on electron

Screenshots

Snippet view Image view Settings view

Installation

Prebuilt images can be found on the releases page

Usage/features

  • Persistent data storage across restarts (disabled by default)
  • Delete individual items using the Delete key
  • Clear whole clipboard at once
  • Bring the app to forground the keyboard shortcut Ctrl/Command + Shift + V

License

MIT

electron-clippy's People

Contributors

notlmn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

electron-clippy's Issues

Look into improving performance

  • Make clipboard-watcher native
  • Consider using priority queues instead of sorting all the time, and remove maps
  • Let all of clipboard data stay in main process, and only send enough data (meta, preview text and images) to the renderer process
  • Consider using setState() in components
  • Consider separating into 2-package.json project structure

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.