Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: WSL Clipboard functionality #16

Open
brandonsturgeon opened this issue Jun 21, 2024 · 0 comments
Open

[Feat]: WSL Clipboard functionality #16

brandonsturgeon opened this issue Jun 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@brandonsturgeon
Copy link

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.

@brandonsturgeon brandonsturgeon added the enhancement New feature or request label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant