Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.