Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cliparoo

Sorry for the stupid name. Copies strings to the clipboard, for CLIs.

Installation

$ npm install cliparoo

Example

var clip = require('cliparoo');

clip('Hello "World"', function(err){
  if (err) throw err;
  console.log('copied!');
});

About

Clipboard access for CLI programs

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages