sindresorhus/clipboard-cli

The CLI seems to add a newline to the contents when copying

Closed this issue · 2 comments

The CLI seems to add a newline to the contents when copying

Can you include the exact command you used to copy? What OS?

$ printf 'asdf' | clipboard && clipboard | od -a
0000000   a   s   d   f  nl
0000005

Gitbash on windows 10