You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey this might be a problem on my end, but I figured I'd ask since I can't figure it out. I am using WSL and definitely have xclip and xsel installed but still get the message below when trying to use the copy query feature. I am otherwise able to use the system clipoboard in WSL with any other tools. Any chance this an issue with jqp rather than my setup?
Thanks for a great tool! Copying network calls as curl from browser dev tools and piping into this command it wonderful
No clipboard utilities available. Please install xsel, xclip, wl-clipboard or Termux:API add-on for termux-clipboard-get/set.
The text was updated successfully, but these errors were encountered:
Hey @acudworth3. Thanks for the kind words. This is the first report I'm hearing of this so not sure if you are the first to encounter it or report it. I'll try and do a bit of digging to see if there are some known issues of our usage https://github.com/atotto/clipboard on WSL. Unfortunately, I don't have access to a Windows machine so may be a bit hard for me to debug.
If you want to do some investigation/make a contribution - I'd be more than happy to review. Perhaps if it's an issue with our dependency we may just be able to swap it out with one that has support for WSL.
Ok so looks like atotto doesn't have a fallback to clip.exe which is what WSL uses for the system clipboard. Also a handful of work arounds suggested in that thread.
It's still a bit odd though because I do have xclip installed on the Linux side. Possibly the something is interfering in the process.
Issues
Hey this might be a problem on my end, but I figured I'd ask since I can't figure it out. I am using WSL and definitely have
xclip
andxsel
installed but still get the message below when trying to use the copy query feature. I am otherwise able to use the system clipoboard in WSL with any other tools. Any chance this an issue withjqp
rather than my setup?The text was updated successfully, but these errors were encountered: