-
Is there a way to access the Windows clipboard? The following method using $ echo hello > hello.txt
$ cat hello.txt
hello
$ cat hello.txt | /mnt/c/Windows/system32/clip.exe |
Beta Was this translation helpful? Give feedback.
Answered by
573
Dec 27, 2022
Replies: 1 comment 1 reply
-
can you try making https://github.com/573/winbin/blob/master/pbcopy executable and then |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
eagle-k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can you try making https://github.com/573/winbin/blob/master/pbcopy executable and then
echo hello | pbcopy
?Set PATH accordingly.