Skip to content

PepsRyuu/node-native-clip

Repository files navigation

Node Native Clip

A cross-platform native node module for reading and writing to the operating system's clipboard.

Wraps the Clip C++ library.

Installation

npm install node-native-clip

Usage

let clip = require('node-native-clip');

// Writing to the clipboard
clip.setText('Hello Clipboard!');

// Reading from the clipboard
console.log(clip.getText());

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published