Files
wmaker/doc/wxcopy.1
T

51 lines
1.5 KiB
Groff
Raw Normal View History

1998-09-29 22:36:29 +00:00
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH wxcopy 1 "September 1998"
1998-09-29 22:36:29 +00:00
.SH NAME
2015-04-06 17:57:58 +02:00
wxcopy \- copy stdin or file into X11 cutbuffer
1998-09-29 22:36:29 +00:00
.SH SYNOPSIS
.B wxcopy
2015-04-06 17:57:58 +02:00
.RI [ options ]
.RI [ filename ]
1998-09-29 22:36:29 +00:00
.SH DESCRIPTION
.B wxcopy
copies stdin or
.I filename
into the cutbuffer. If no cutbuffer is specified, the data will be
copied into cutbuffer 0 and the other cutbuffers will be rotated, if present.
1998-10-21 14:43:47 +00:00
If a cutbuffer is specified, the data is copied into that cutbuffer,
and no rotation of buffers is performed.
.SH OPTIONS
.TP
2015-04-06 17:57:58 +02:00
.B \-\-clear\-selection
Clears the PRIMARY selection owner. In practice it means that when you try
to paste the data with the middle mouse button (for example) it will paste
the data from cut buffer 0, instead of any eventually existing mouse
selection.
.TP
.BI \-\-cutbuffer " number"
1998-10-21 14:43:47 +00:00
Specifies the number of the cutbuffer to copy data to.
.TP
2015-04-06 17:57:58 +02:00
.BR \-display " display\-name"
1998-10-21 14:43:47 +00:00
The data will be copied in the cutbuffers of the specified display/screen.
.TP
2015-04-06 17:57:58 +02:00
.B \-\-help
print a help message with the list of options.
.TP
.B \-\-no\-limit
1998-10-21 14:43:47 +00:00
Makes the normal 64kb limit check not to be performed, making the buffer
attempt to grow to whatever size is required.
.TP
2015-04-06 17:57:58 +02:00
.B \-\-version
print the version of Window Maker from which the program comes.
1998-10-21 14:43:47 +00:00
.PP
1998-09-29 22:36:29 +00:00
.SH SEE ALSO
.BR wxpaste (1),
.BR wmaker (1)
1998-09-29 22:36:29 +00:00
.SH AUTHOR
This man page was written by Marcelo Magallon <mmagallo@debian.org>.
.PP
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>.
1998-10-21 14:43:47 +00:00
2015-04-06 17:57:58 +02:00
Binary data compatibility and \-\-no\-limit stuff by Luke Kendall
1998-10-21 14:43:47 +00:00
<luke@research.canon.com.au>.