ringboard-x11

Crates.ioringboard-x11
lib.rsringboard-x11
version0.14.0
created_at2024-08-20 18:56:04.202267+00
updated_at2026-01-19 10:35:55.310587+00
descriptionX11 Ringboard clipboard listener.
homepage
repositoryhttps://github.com/SUPERCILEX/clipboard-history
max_upload_size
id1345684
size74,783
Alex Saveau (SUPERCILEX)

documentation

README

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.

Password manager integration

If you use a password manager that supports the x-kde-passwordManagerHint and wish to avoid passwords being added to your clipboard, you'll need to disable Ringboard fast path optimizations which results in a slight efficiency loss. Run

$ ringboard config x11 --fast-path false

to exclude passwords from the clipboard.

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.

Developer resources

Commit count: 633

cargo fmt