node-clipboard-event icon indicating copy to clipboard operation
node-clipboard-event copied to clipboard

Provide event with callback

Open MrGung opened this issue 2 years ago • 2 comments

I think it would be nice if the callback would get infos:

clipboardListener.on('change', (e) => {
    console.log('Clipboard changed: ' + e.text);
});

Or rather - I'd need any way to get the clipboard's content after the event triggered.

MrGung avatar Aug 19 '22 07:08 MrGung

is there any update on this? I really need this functionality for my projects thanks!

rudraasakariya avatar Jun 18 '23 12:06 rudraasakariya

Kindly check https://github.com/sudhakar3697/node-clipboard-event/issues/8 until it's implemented. Thanks!

sudhakar3697 avatar Jun 19 '23 02:06 sudhakar3697