Open rainerborene opened 9 years ago
xclip requires the -selection clipboard option for copying.
xclip
-selection
This work:
$ xclip -i -selection clipboard < /tmp/teste
This won't work:
$ xclip < /tmp/teste
xclip version 0.12 Copyright (C) 2001-2008 Kim Saunders et al. Distributed under the terms of the GNU GPL
@kana this is a one line fix. I could send a pull request if you want.
I agree with this issue. I proposed a PR in #23
xclip
requires the-selection
clipboard option for copying.This work:
This won't work: