sindresorhus/clipboardy

Watch mode

hediet opened this issue · 1 comments

Can you add support for watching the clipboard (without polling)?
Like https://github.com/hxfdarling/clipboard-watch does, but without requiring node-ffi.

The only way to do it without polling and without node-ffi is with a native Node.js addon, which is probably why you don't want node-ffi in the first-place. It's also outside the scope of this package, unfortunately.