An open API service indexing awesome lists of open source software.

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

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