clipnotify

Notify on new X clipboard events
git clone https://git.sinitax.com/cdown/clipnotify
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 9cb223fbe494c5b71678a9eae704c21a97e3bddd
parent 071c3d3cfec5666750e3f89d38d2f149dcba31f7
Author: Chris Down <chris@chrisdown.name>
Date:   Tue, 20 Feb 2018 11:54:04 +0000

Tersify usage example

Diffstat:
MREADME.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -7,9 +7,8 @@ avoid polling for new selections. Here's how it's intended to be used: - while true; do - clipnotify # When clipnotify exists, a new selection event was detected. - [do something with the selection] + 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,