Files
wmaker/doc/wxpaste.1
T

47 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 wxpaste 1 "March 1998"
1998-09-29 22:36:29 +00:00
.SH NAME
wxpaste \- output a cutbuffer to stdout
.SH SYNOPSIS
.B wxpaste
2015-04-06 17:57:58 +02:00
.RI [ options ]
1998-09-29 22:36:29 +00:00
.SH DESCRIPTION
.B wxpaste
1998-10-21 14:43:47 +00:00
outputs the contents of the specified cutbuffer to stdout. If no cutbuffer
is specified, the cutbuffer 0 will be used as default.
.PP
.SH OPTIONS
.TP
2015-04-06 17:57:58 +02:00
.BI \-\-cutbuffer " number"
1998-10-21 14:43:47 +00:00
The data will be pasted from the specified cutbuffer, instead of the default
0.
.TP
2015-04-06 17:57:58 +02:00
.BI \-display " display\-name"
1998-10-21 14:43:47 +00:00
Specifies the display where wxpaste should look for the data to be pasted.
.TP
2015-04-06 17:57:58 +02:00
.B \-\-help
print a help message with the list of options.
.TP
.BR \-\-selection " [\fIselection\-name\fP]"
1998-10-21 14:43:47 +00:00
The data will be copied from the named selection. If cutting from the
selection fails, the cutbuffer will be used. The default value for the
selection name is PRIMARY.
2015-04-06 17:57:58 +02:00
.TP
.B \-\-version
print the version of Window Maker from which the program comes.
1998-10-21 14:43:47 +00:00
.PP
.SH BUGS
2015-04-06 17:57:58 +02:00
When used without a selection name, the \fI\-\-selection\fP option must be the last one.
The syntax could be cleaned, but backwards compatibility prevents that...
1998-10-21 14:43:47 +00:00
2015-04-06 17:57:58 +02:00
\fIINCR\fP and \fIMULTIPLE\fP selection types are not handled. Actually, only simple
text selections are handled, which should be enough for most uses of a
1998-10-21 14:43:47 +00:00
utility such as this.
1998-09-29 22:36:29 +00:00
.SH SEE ALSO
.BR wxcopy (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>.