All Projects → alex8088 → clipboard-files

alex8088 / clipboard-files

Licence: MIT License
A nodejs addon, read or write file path for clipboard, support win32 and mac osx.

Programming Languages

C++
36643 projects - #6 most used programming language
Objective-C++
1391 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to clipboard-files

SharpClipboard
A library for anonymously monitoring clipboard entries.
Stars: ✭ 127 (+388.46%)
Mutual labels:  clipboard
ClipboardXX
Header only, lightweight and cross platform C++ library for copy and paste text from clipboard.
Stars: ✭ 36 (+38.46%)
Mutual labels:  clipboard
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 (-53.85%)
Mutual labels:  clipboard
cb
Command line interface to manage clipboard
Stars: ✭ 69 (+165.38%)
Mutual labels:  clipboard
v-copy
Vue directive to copy to clipboard. (1kB)
Stars: ✭ 88 (+238.46%)
Mutual labels:  clipboard
midgard
⛰️ Universal clipboard sharing service (supports macOS/Linux/Windows/iOS)
Stars: ✭ 81 (+211.54%)
Mutual labels:  clipboard
vim-cutlass
Plugin that adds a 'cut' operation separate from 'delete'
Stars: ✭ 134 (+415.38%)
Mutual labels:  clipboard
pb
📋 Access HTML and other pasteboards from JS and command line
Stars: ✭ 31 (+19.23%)
Mutual labels:  clipboard
cotp
Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
Stars: ✭ 45 (+73.08%)
Mutual labels:  clipboard
macos-receiver
A MacOS TabBar (StatusBar) application that securely receives one-time passwords (OTPs) that you tapped in Raivo for iOS.
Stars: ✭ 44 (+69.23%)
Mutual labels:  clipboard
kakboard
Clipboard integration for Kakoune
Stars: ✭ 49 (+88.46%)
Mutual labels:  clipboard
clipetty
Manipulate the system (clip)board with (e)macs from a (tty)
Stars: ✭ 91 (+250%)
Mutual labels:  clipboard
ZetaHtmlEditControl
A small wrapper class around the Windows Forms 2.0 WebBrowser control.
Stars: ✭ 72 (+176.92%)
Mutual labels:  clipboard
XamarinClipboardPlugin
Cross Platform Clipboard access for Xamarin
Stars: ✭ 24 (-7.69%)
Mutual labels:  clipboard
react-native-media-clipboard
Image support for the clipboard in React Native
Stars: ✭ 46 (+76.92%)
Mutual labels:  clipboard
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (+123.08%)
Mutual labels:  clipboard
netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+130.77%)
Mutual labels:  clipboard
My-Business
Business management tool featuring accounts, invoices, partners, projects, and server 🦄
Stars: ✭ 37 (+42.31%)
Mutual labels:  clipboard
x11-clipboard
x11 clipboard support for Rust
Stars: ✭ 28 (+7.69%)
Mutual labels:  clipboard
clipboard-win
Rust win clipboard utilities
Stars: ✭ 25 (-3.85%)
Mutual labels:  clipboard

clipboard-files

A nodejs addon, read or write file path for clipboard, support win32 and mac osx.

build for nwjs

npm i clipboard-files --build-from-source --runtime=node-webkit --target=0.45.0 --target_arch=x64

build for electron

npm i clipboard-files --build-from-source --runtime=electron --target=10.0.0 --target_arch=ia32 --dist-url=https://atom.io/download/electron

build for nodejs

npm i clipboard-files

example

const clipboard = require('clipboard-files')

// for mac
clipboard.writeFiles(['/Users/Alex/Download/helloWorld.js'])

// for win32
clipboard.writeFiles(['C:\\Users\\Alex\\Documents\\helloWorld.js'])

let fileNames = clipboard.readFiles()
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].