1Password / arboard

A clipboard for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle clipboard change event?

bit-ranger opened this issue · comments

Is there any way to handle clipboard change event?

Hey there, @bit-ranger. AFAIK, clipboard change events are a feature of window managers and not raw clipboard accesses. Windows, for example, has AddClipboardFormatListener that can fire WM events for you, but I don't know if its usable in the context of a CLI application off the top of my head.