bugaevc / wl-clipboard

Command-line copy/paste utilities for Wayland
GNU General Public License v3.0
1.54k stars 59 forks source link

Runtime control of `mime_type_is_text()` overrides #150

Open groner opened 1 year ago

groner commented 1 year ago

The issue of being unable to paste into a terminal keeps coming up with various application/whatever mime-types.

See #44, #46, #73, #102, #103 Also related #97, #143

Probably #97 would solve this once and for all, but that seems to be stalled.

The existing system of hard-coded text equivalent mime-types could be incrementally improved to allow populated the list of text equivalent mime-types at runtime. I imagine wl-copy would look for a user file and a system file.

rocketraman commented 1 month ago

Another one: https://github.com/bugaevc/wl-clipboard/issues/233