wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
17.06k stars 770 forks source link

Copying Sixel/imgcat Images to Clipboard #3110

Open jamespinkerton opened 1 year ago

jamespinkerton commented 1 year ago

Hi. This may already exist. But I was curious if it's possible to copy sixel images or imgcat images to the clipboard.

When I create a graph in sixel, I can't right click on it to select copy with the mouse. I'm not sure if there's another way to copy.

Thanks so much, James

wez commented 1 year ago

this isn't currently supported

jamespinkerton commented 1 year ago

Thanks for the quick response! Would a feature request for this be welcome?

wez commented 1 year ago

This is the feature request!

This has some tricky aspects:

I don't have plans to work on this any time soon, but if someone were motivated and had a good plan for tackling this, I'd help them to navigate their way through making a PR.