Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quininer/x11-clipboard
x11 clipboard support for Rust
https://github.com/quininer/x11-clipboard
clipboard rust x11
Last synced: about 2 hours ago
JSON representation
x11 clipboard support for Rust
- Host: GitHub
- URL: https://github.com/quininer/x11-clipboard
- Owner: quininer
- License: mit
- Created: 2017-04-08T03:28:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T14:14:34.000Z (3 months ago)
- Last Synced: 2024-12-29T02:15:14.795Z (7 days ago)
- Topics: clipboard, rust, x11
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 44
- Watchers: 3
- Forks: 29
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x11-clipboard
[![travis-ci](https://travis-ci.org/quininer/x11-clipboard.svg?branch=master)](https://travis-ci.org/quininer/x11-clipboard)
[![crates](https://img.shields.io/crates/v/x11-clipboard.svg)](https://crates.io/crates/x11-clipboard)
[![license](https://img.shields.io/github/license/quininer/x11-clipboard.svg)](https://github.com/quininer/x11-clipboard/blob/master/LICENSE)
[![docs.rs](https://docs.rs/x11-clipboard/badge.svg)](https://docs.rs/x11-clipboard/)x11 clipboard support for Rust.
## requirements
* xcb
## reference
* [2. Peer-to-Peer Communication by Means of Selections](https://tronche.com/gui/x/icccm/sec-2.html#s-2)