#clipboard #x11 #ringboard #tool

nightly app ringboard-x11

X11 Ringboard clipboard listener

5 unstable releases

0.6.2 Oct 28, 2024
0.6.1 Aug 30, 2024
0.6.0 Aug 26, 2024
0.5.4 Aug 20, 2024
0.0.0 Aug 20, 2024

#722 in Development tools

Download history 236/week @ 2024-08-18 301/week @ 2024-08-25 35/week @ 2024-09-01 1/week @ 2024-09-08 22/week @ 2024-09-15 1/week @ 2024-09-22 14/week @ 2024-09-29 2/week @ 2024-10-06 152/week @ 2024-10-27

154 downloads per month

Apache-2.0

120KB
3.5K SLoC

Ringboard X11

Crates.io Version

This binary provides an X11 clipboard watching service for the Ringboard database. It connects to the X11 and Ringboard servers and uses the X11 XFixes extension to monitor the clipboard for new clipboard selections to send to the Ringboard server.

Additionally, it offers a paste server capable of becoming the X11 selection owner for clients to call.

Implementation notes

  • Primary selections are not supported.
  • Blank and empty clipboard contents selections are not supported.
  • A plain text fast path is implemented wherein an attempt will first be made to retrieve UTF8_STRING data before falling back to a TARGETS query.
  • Target prioritization is implemented in best_target.rs.
  • Best effort duplicate entry avoidance is provided with content hashing up to 4096 bytes and length hashing thereafter.

Dependencies

~12–21MB
~346K SLoC