bugaevc / wl-clipboard

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

YAML is not considered a text format #46

Closed bennydictor closed 5 years ago

bennydictor commented 5 years ago

When copying a yaml file with wl-copy <file.yml, the only detected MIME type (as reported by wl-paste -l) is application/x-yaml, but there are no text-compatible types, and therefore it's not possible to paste yaml files into text fields in my favourite browser.

bugaevc commented 5 years ago

Fixed (worked around) in https://github.com/bugaevc/wl-clipboard/commit/a86bb0040f0a07d1f25bf07b6df5835469329bed (which GitHub is not smart around to understand).