All Projects → cdown → Clipnotify

cdown / Clipnotify

Licence: other
Notify on new X clipboard events

Programming Languages

c
50402 projects - #5 most used programming language

clipnotify is a simple program that, using the XFIXES extension to X11, waits until a new selection is available and then exits.

It was primarily designed for clipmenu, to avoid polling for new selections.

Here's how it's intended to be used:

while clipnotify; do
    [an event happened, do something with the selection]
done

clipnotify doesn't try to print anything about the contents of the selection, it just exits when it changes. This is intentional -- X11's selection API is verging on the insane, and there are plenty of others who have already lost their sanity to bring us xclip/xsel/etc. Use one of those tools to complement clipnotify.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].