Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

wl-clipboard requires any file name to be piped in #9

Open
jboyens opened this issue Mar 15, 2021 · 0 comments
Open

wl-clipboard requires any file name to be piped in #9

jboyens opened this issue Mar 15, 2021 · 0 comments

Comments

@jboyens
Copy link

jboyens commented Mar 15, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant