diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-18 06:34:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-18 06:34:27 +0000 |
commit | 4138db0e8bc7aeee24683436e65c0b735998fb23 (patch) | |
tree | 57b6b53d48cdcbb9f56aa8b076dddf570c019b36 /x11/xclip/pkg-descr | |
parent | Update to 0.99.0. (diff) |
add xclip 0.08
An interface to X selections ("the clipboard") from the command line
Notes
Notes:
svn path=/head/; revision=51724
Diffstat (limited to 'x11/xclip/pkg-descr')
-rw-r--r-- | x11/xclip/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/xclip/pkg-descr b/x11/xclip/pkg-descr new file mode 100644 index 000000000000..b94bf8e99f4d --- /dev/null +++ b/x11/xclip/pkg-descr @@ -0,0 +1,18 @@ +xclip is a command line utility that is designed to run on any system with an +X11 implementation. It provides an interface to X selections ("the clipboard") +from the command line. It can read data from standard in or a file and place it +in an X selection for pasting into other X applications. xclip can also print +an X selection to standard out, which can then be redirected to a file or +another program. + +FEATURES +======== + +* Reads data piped to standard in or files given as arguments +* Prints contents of selection to standard out +* Accesses the XA_PRIMARY, XA_SECONDARY or XA_CLIPBOARD selection +* Supports the INCR mechanism for large transfers +* Connects to the X display in $DISPLAY, or specified with -display host:0 +* Waits for selection requests in the background + +WWW: http://people.debian.org/~kims/xclip/ |