-
Notifications
You must be signed in to change notification settings - Fork 143
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
Windows Subsystem for Linux support #45
Comments
not pretty but this is just an one minute hack
|
This would also solve gopasspw/gopass#1664 on our side 👍 |
This is what I've done in the past to get around this: https://github.com/e-zk/cpass/blob/master/main.go#L53 Checking the version string in Footnotes |
This works better with WSL |
It would be awesome if executing
clip.exe
was used as an additional fallback on Linux. That way, in WSL environments wherexclip
andxsel
are not installed, text could be copied to the Windows clipboard. Specifically, I'm trying to usegopass
(which uses this library) under WSL.In cases where someone is running an X server on WSL, the situation gets complicated unfortunately.
The text was updated successfully, but these errors were encountered: