Is your feature request related to a problem? Please describe
I use Nvim primarily in WSL2. I'd love to use this plugin to copy the created image to my host windows clipboard.
Describe the solution you'd like
When the image is generated, I'd like to automatically copy the image to my Windows clipboard, and not save a file on my Linux filesystem
Additional context
I know WSL clipboard can be tricky, but I don't know the specifics.
I do know that in my terminal, I can pipe any input into clip.exe and it appears in my host clipboard.
For example, if I run this in WSL:
cat example.txt | clip.exe
I can paste the contents of example.txt anywhere on my Windows host machine.
Is your feature request related to a problem? Please describe
I use Nvim primarily in WSL2. I'd love to use this plugin to copy the created image to my host windows clipboard.
Describe the solution you'd like
When the image is generated, I'd like to automatically copy the image to my Windows clipboard, and not save a file on my Linux filesystem
Additional context
I know WSL clipboard can be tricky, but I don't know the specifics.
I do know that in my terminal, I can pipe any input into
clip.exeand it appears in my host clipboard.For example, if I run this in WSL:
cat example.txt | clip.exeI can paste the contents of
example.txtanywhere on my Windows host machine.