1wxpaste(1x) wxpaste(1x)
2
3
4
6 wxpaste - output a cutbuffer to stdout
7
9 wxpaste [options]
10
12 wxpaste outputs the contents of the specified cutbuffer to stdout. If
13 no cutbuffer is specified, the cutbuffer 0 will be used as default.
14
16 -cutbuffer number
17 The data will be pasted from the specified cutbuffer, instead of
18 the default 0.
19
20 -display display-name
21 Specifies the display where wxpaste should look for the data to
22 be pasted.
23
24 -selection [selection-name]
25 The data will be copied from the named selection. If cutting
26 from the selection fails, the cutbuffer will be used. The
27 default value for the selection name is PRIMARY.
28
30 The -selection option must be the last one. The syntax could be
31 cleaned, but backwards compatibility prevents that...
32
33 INCR and MULTIPLE selection types are not handled. Actually,
34 only simple text selections are handled, wich should be enough
35 for most uses of a utility such as this.
36
38 wxcopy(1x), wmaker(1x)
39
41 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
42
43 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
44
45
46
47 March 1998 wxpaste(1x)