https://github.com/disoul/linux-node-clipboard
a lite xclip addon for nodejs
https://github.com/disoul/linux-node-clipboard
Last synced: 2 months ago
JSON representation
a lite xclip addon for nodejs
- Host: GitHub
- URL: https://github.com/disoul/linux-node-clipboard
- Owner: disoul
- Created: 2016-09-07T17:11:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T17:11:34.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T13:58:17.676Z (4 months ago)
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux Node Clipboard
## Install
`npm install linux-node-clipboard --save`
## Build
`node-gyp configure build`
## Usage
```javascript
var clipboard = require('...clipboard.node');console.log(clipboard.getClipboardData());
```## Xclip
Codes from [xclip](https://sourceforge.net/projects/xclip/)
## Iicense
GPL-3.0