All Projects β†’ hxfdarling β†’ clipboard-watch

hxfdarling / clipboard-watch

Licence: MIT license
This is height performance clipboard watcher, support windows,osx

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to clipboard-watch

Vue Clipboards
πŸ“‹ Vue2.0 directive to copy or cut text to clipboard.
Stars: ✭ 200 (+852.38%)
Mutual labels:  clipboard
CopyPasteJS
This a small JS library to execute clipboard functions in a fast and easy way.
Stars: ✭ 20 (-4.76%)
Mutual labels:  clipboard
ytmous
Anonymous Youtube Proxy
Stars: ✭ 60 (+185.71%)
Mutual labels:  watch
Ditto
Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
Stars: ✭ 193 (+819.05%)
Mutual labels:  clipboard
Cheval
πŸ“‹ Copy to the clipboard using JavaScript without writing JS. A full solution for all browsers and all devices. LibreJS compliant.
Stars: ✭ 231 (+1000%)
Mutual labels:  clipboard
copy-image-clipboard
Lightweight library to copy PNG and JPG images to clipboard
Stars: ✭ 37 (+76.19%)
Mutual labels:  clipboard
Piknik
Copy/paste anything over the network.
Stars: ✭ 2,221 (+10476.19%)
Mutual labels:  clipboard
uniclip
Cross-platform shared clipboard
Stars: ✭ 116 (+452.38%)
Mutual labels:  clipboard
Vscode Paste Image
paste image from clipboard to markdown/asciidoc directly!
Stars: ✭ 236 (+1023.81%)
Mutual labels:  clipboard
clipsync-windows
Clipboard which sync with Android and Windows Platform.
Stars: ✭ 20 (-4.76%)
Mutual labels:  clipboard
Devcomrade
DevComrade - A copy/paste/run productivity improvement utility for developers
Stars: ✭ 206 (+880.95%)
Mutual labels:  clipboard
Vim Yoink
Vim plugin that maintains a yank history to cycle between when pasting
Stars: ✭ 225 (+971.43%)
Mutual labels:  clipboard
no-clipboard-app
Share your clipboard text to your device like Oculus Go.
Stars: ✭ 12 (-42.86%)
Mutual labels:  clipboard
Clipboardy
Chrome extension for copying posted code to clipboard from stackoverflow.com, github.com & npmjs.com
Stars: ✭ 202 (+861.9%)
Mutual labels:  clipboard
WinPopclip
Popclip alternative for Windows
Stars: ✭ 76 (+261.9%)
Mutual labels:  clipboard
Clipboard
React Native Clipboard API for both iOS and Android.
Stars: ✭ 198 (+842.86%)
Mutual labels:  clipboard
vim-poweryank
Copy text over SSH
Stars: ✭ 51 (+142.86%)
Mutual labels:  clipboard
PowerShell-Watch
A PowerShell Watch-Command cmdlet for repeatedly running a command or block of code until a change in the output occurs.
Stars: ✭ 49 (+133.33%)
Mutual labels:  watch
ImageClipboard.jl
Copy & Paste images with Julia
Stars: ✭ 33 (+57.14%)
Mutual labels:  clipboard
Copy-button
copy textview into anywhere
Stars: ✭ 14 (-33.33%)
Mutual labels:  clipboard

clipboard-watch

This is height performance clipboard watcher,use C++ code in windows system,use system API in osx system

  1. support windows,osx
  2. High-performance
  3. support nodejs(>=0.10),nwjs,electron

Install

Before install ,you should confire you you installed python,Visual Studio(Windows),Xcode(osx) and node-gyp,because of depend on node-ffi,nodebjc(need rebuild)

npm i clipboard-watch --save

Example

var cw = require('clipboard-watch');
//start watcher clipboard change
cw.watcher(function(){
	//you can get clipboard data by NWjs API or Electron API
	console.log('change');
});
//end watcher clipboard change
cw.unwatcher();

License

Copyright Β© 2016 zman [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the β€œSoftware”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED β€œAS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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