Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilydjwg/uniclip
Unify the clipboard operations for X11 and Wayland
https://github.com/lilydjwg/uniclip
clipboard rust wayland x11
Last synced: 3 months ago
JSON representation
Unify the clipboard operations for X11 and Wayland
- Host: GitHub
- URL: https://github.com/lilydjwg/uniclip
- Owner: lilydjwg
- License: bsd-3-clause
- Created: 2021-11-23T16:22:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T07:04:01.000Z (11 months ago)
- Last Synced: 2024-03-10T08:24:17.483Z (11 months ago)
- Topics: clipboard, rust, wayland, x11
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Unify the clipboard operations for X11 and Wayland
====This program calls `xclip` if `$XDG_SESSION_TYPE` is `x11` and `wl-copy` / `wl-paste` if it's `wayland`.
Use `uniclip --help` to see command line options. It's mostly based on `xsel`.