api documentation for copy-paste (v1.3.0)

A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.

table of contents

  1. module copy-paste
    1. function copy-paste.copy (text, callback)
    2. function copy-paste.global ()
    3. function copy-paste.noConflict ()
    4. function copy-paste.paste (callback)
    5. function copy-paste.silent ()
    6. object copy-paste.darwin
    7. object copy-paste.linux
    8. object copy-paste.win32
  2. module copy-paste.darwin
    1. function copy-paste.darwin.decode (chunks)
    2. function copy-paste.darwin.encode (str)
    3. object copy-paste.darwin.copy
    4. object copy-paste.darwin.paste
  3. module copy-paste.linux
    1. function copy-paste.linux.decode (chunks)
    2. function copy-paste.linux.encode (str)
    3. object copy-paste.linux.copy
    4. object copy-paste.linux.paste
  4. module copy-paste.win32
    1. function copy-paste.win32.decode (chunks)
    2. function copy-paste.win32.encode (str)
    3. object copy-paste.win32.copy
    4. object copy-paste.win32.paste

module copy-paste

function copy-paste.copy (text, callback)

function copy-paste.global ()

function copy-paste.noConflict ()

function copy-paste.paste (callback)

function copy-paste.silent ()

module copy-paste.darwin

function copy-paste.darwin.decode (chunks)

function copy-paste.darwin.encode (str)

module copy-paste.linux

function copy-paste.linux.decode (chunks)

function copy-paste.linux.encode (str)

module copy-paste.win32

function copy-paste.win32.decode (chunks)

function copy-paste.win32.encode (str)

[ this document was created with utility2 ]