All Projects → dotenorio → clipboard-manager-electron

dotenorio / clipboard-manager-electron

Licence: MIT license
A clipboard manager built with Electron

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to clipboard-manager-electron

Copyq
Clipboard manager with advanced features
Stars: ✭ 4,346 (+4623.91%)
Mutual labels:  clipboard, clipboard-manager
SharpClipboard
A library for anonymously monitoring clipboard entries.
Stars: ✭ 127 (+38.04%)
Mutual labels:  clipboard, clipboard-manager
cbs
interface to manage clipboard from the command line
Stars: ✭ 25 (-72.83%)
Mutual labels:  clipboard, clipboard-manager
CLIp
CLIp is a clipboard manager for a command line interface written in 100% standard C only. Pipe to it to copy, pipe from it to paste.
Stars: ✭ 12 (-86.96%)
Mutual labels:  clipboard, clipboard-manager
clipper
📋 Cross Platform Desktop App to Save history of all information you copy and use them whenever with a solitary snap
Stars: ✭ 42 (-54.35%)
Mutual labels:  clipboard, clipboard-manager
unlimited-clipboard
simple clipboard manager with unlimited history on electron
Stars: ✭ 21 (-77.17%)
Mutual labels:  clipboard, clipboard-manager
cliptext
Clipboard manager for macOS. Built with Electron.js
Stars: ✭ 37 (-59.78%)
Mutual labels:  clipboard, clipboard-manager
vim-cutlass
Plugin that adds a 'cut' operation separate from 'delete'
Stars: ✭ 134 (+45.65%)
Mutual labels:  clipboard
alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (-23.91%)
Mutual labels:  clipboard
secure-pbcopy
pbcopy(1) replacement that marks data as confidential
Stars: ✭ 18 (-80.43%)
Mutual labels:  clipboard
cookie-extraction
登录后提取在线cookie,更新至服务器或拷贝至剪切板,为爬虫抓取跳过复杂验证码识别程序
Stars: ✭ 46 (-50%)
Mutual labels:  clipboard
cliphist
wayland clipboard manager
Stars: ✭ 47 (-48.91%)
Mutual labels:  clipboard-manager
electron-remote-dashboard
Remote dashboard with a control app
Stars: ✭ 14 (-84.78%)
Mutual labels:  electron-app
MyRPC
Distributed Discord RPC for @ everyone!
Stars: ✭ 14 (-84.78%)
Mutual labels:  electron-app
albumArtCreator
A simple tool to make it easy to create good looking album art
Stars: ✭ 26 (-71.74%)
Mutual labels:  electron-app
cb
Command line interface to manage clipboard
Stars: ✭ 69 (-25%)
Mutual labels:  clipboard
windows-ui-web
Build windows fluent UI apps or web apps using Html, CSS & JavaScript. Comes with rich native like components, icon sets. Used as fast prototyping tool for Windows environment platforms.
Stars: ✭ 98 (+6.52%)
Mutual labels:  electron-app
aws-s3-backup
This app allows you to use AWS (Amazon Web Services) S3 as backup system for desktop environments. 🚀
Stars: ✭ 67 (-27.17%)
Mutual labels:  electron-app
ClipboardCleaner
Check and clean your clipboard using service, widget, shortcut and quick setting tile.
Stars: ✭ 85 (-7.61%)
Mutual labels:  clipboard-manager
DropPoint
Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
Stars: ✭ 303 (+229.35%)
Mutual labels:  electron-app

Build Status

Clipboard Manager Electron

A clipboard manager built with Electron

Preview Windows

Preview Windows 10

Preview Linux Ubuntu 19.10

Preview Linux Ubuntu 19.10

Preview MacOS

Preview MacOS

the icon are BIG, it's wrong. Help me on the issue #21

Shortcuts (BETA)

Now we have some shortcuts, but it is on beta state. Test and give me a feedback, thanks!

  • CmdOrCtrl+Shift+0 ~ get copied item on position #1
  • CmdOrCtrl+Shift+1 ~ get copied item on position #2
  • CmdOrCtrl+Shift+2 ~ get copied item on position #3
  • CmdOrCtrl+Shift+3 ~ get copied item on position #4
  • CmdOrCtrl+Shift+4 ~ get copied item on position #5
  • CmdOrCtrl+Shift+5 ~ get copied item on position #6
  • CmdOrCtrl+Shift+6 ~ get copied item on position #7
  • CmdOrCtrl+Shift+7 ~ get copied item on position #8
  • CmdOrCtrl+Shift+8 ~ get copied item on position #9
  • CmdOrCtrl+Shift+9 ~ get copied item on position #10
  • CmdOrCtrl+Shift+Y ~ focus clipboard-manager-electron (only for windows)
  • CmdOrCtrl+Shift+L ~ open window with clipboard history (by @savannahar68)

Windows

How to do a Windown build (You can go with either Yarn build or Npm build)

Yarn Build

$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ yarn
$ yarn build --win

NPM build

$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ npm install
$ npm run build -- --win

Go to folder dist and execute the clipboard-manager-electron X.X.X.exe or clipboard-manager-electron Setup X.X.X.exe and be happy.

Linux

How to do a Linux build (You can go with either Yarn build or Npm build)

Yarn Build

$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ yarn
$ yarn build --linux

NPM build

$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ npm install
$ npm run build -- --linux

Go to folder dist/ and execute the clipboard-manager-electron_X.X.X_<arch>.deb or clipboard-manager-electron_X.X.X_<arch>.rpm and be happy.

Mac

How to do a Mac build (You can go with either Yarn build or Npm build)

Yarn Build

$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ yarn
$ yarn build --mac

NPM build

$ git clone https://github.com/dotenorio/clipboard-manager-electron.git
$ cd clipboard-manager-electron
$ npm install
$ npm run build -- --mac

Go to folder dist and execute the clipboard-manager-electron-X.X.X.dmg and be happy.

Releases

Download latest release

If don´t want do a build, you can download the latest release!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].