nindwen / leike

A clipboard manager with a neat UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leike Leike

Dependency Status devDependency Status Github All Releases GitHub release

A clipboard management utility, using Electron & Vue.js. Written in CoffeeScript, HTML & SASS. Works on Windows and Ubuntu, untested on OSX and other flavors of Linux.

Features

  • Records text & images from the clipboard
  • Backups images in a folder
  • Copied links are clickable
  • Data can be exported as JSON
  • A neat user interface
  • Multiple color schemes
  • Runs silently in the background...
  • ...if the optional notification sounds aren't on
  • Automatic update checking

The application can be quit by right-clicking the tray icon.

Upcoming features

  • Changeable data folder location
  • Bugfixes for Linux version
  • Optimizations to limit CPU usage when handling images
  • OSX version

Downloads

The latest build is available on the releases page.

Building

Running dev version:

# Install dependencies
npm install

# Compile SASS & CoffeeScript using Gulp
gulp

# Run
npm start

Building dist version:

# Install dependencies
npm install

# Build standalone Windows and Linux apps into ./dist
npm run build

Other configured scripts:

# Clean compiled stylesheets & scripts
gulp clean

# Clean compiled dist versions
npm run clean

# Watch for changes in stylesheets & scripts
gulp watch

About

A clipboard manager with a neat UI

License:GNU General Public License v3.0


Languages

Language:CoffeeScript 44.7%Language:CSS 28.5%Language:HTML 21.7%Language:JavaScript 5.1%