gnu: xsel: Document clipboard functionality.
* gnu/packages/xdisorg.scm (xsel)[synopsis, description]: Note the X clipboard as an option. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>master
parent
eb1c3fff20
commit
4528fd6bbe
|
@ -1842,14 +1842,14 @@ Saver extension) library.")
|
||||||
(inputs
|
(inputs
|
||||||
(list libxt))
|
(list libxt))
|
||||||
(home-page "https://www.vergenet.net/~conrad/software/xsel/")
|
(home-page "https://www.vergenet.net/~conrad/software/xsel/")
|
||||||
(synopsis "Manipulate X selection")
|
(synopsis "Manipulate X selection and/or clipboard from the command line")
|
||||||
(description
|
(description
|
||||||
"XSel is a command-line program for getting and setting the contents of
|
"XSel is a command-line program for getting and setting the contents of
|
||||||
the X selection. Normally this is only accessible by manually highlighting
|
the X selection and/or clipboard. Normally this is only accessible by manually
|
||||||
information and pasting it with the middle mouse button.
|
highlighting information and pasting it with the middle mouse button.
|
||||||
|
|
||||||
XSel reads from standard input and writes to standard output by default,
|
XSel reads from standard input and writes to standard output by default, but can
|
||||||
but can also follow a growing file, display contents, delete entries and more.")
|
also follow a growing file, display contents, delete entries and more.")
|
||||||
(license (license:x11-style "file://COPYING"
|
(license (license:x11-style "file://COPYING"
|
||||||
"See COPYING in the distribution.")))))
|
"See COPYING in the distribution.")))))
|
||||||
|
|
||||||
|
|
Reference in New Issue