sindresorhus/clipboardy

Return more than one item?

Closed this issue · 3 comments

I know that pbpaste returns the last item copied to clipboard. Is there however a way to return a bigger list of items, say the last 100?

No, you would have to launch a daemon that watches the clipboard. Out of scope for this module.

Understood. Thanks!
Do you happen to know a cli module that watches the clipboard?