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
{{ message }}
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.
When emulating a command like:
xclip -selection clipboard /tmp/filename
it gets translated to:
wl-copy /tmp/filename
Unfortunately, this means that the clipboard now contains literally the text
/tmp/filename
as wl-clipboard expects files to be piped in.It should translate the command to:
wl-copy < /tmp/filename
The text was updated successfully, but these errors were encountered: