Skip to content

Instantly share code, notes, and snippets.

@jgwill
Created November 10, 2018 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgwill/1af7e959d3fa7d1a77841675aa60d991 to your computer and use it in GitHub Desktop.
Save jgwill/1af7e959d3fa7d1a77841675aa60d991 to your computer and use it in GitHub Desktop.
@stcgoal Getting clipboard in NodeJS, thanks to : https://github.com/sindresorhus/clipboardy
//@stcgoal Getting clipboard in NodeJS, thanks to : https://github.com/sindresorhus/clipboardy
const clipboardy = require('clipboardy');
//clipboardy.writeSync('🦄');
var r = clipboardy.readSync();
//
console.log(r);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment