The CLI seems to add a newline to the contents when copying
Closed this issue · 2 comments
chtenb commented
The CLI seems to add a newline to the contents when copying
sindresorhus commented
Can you include the exact command you used to copy? What OS?
chtenb commented
$ printf 'asdf' | clipboard && clipboard | od -a
0000000 a s d f nl
0000005
Gitbash on windows 10