summaryrefslogtreecommitdiff
path: root/clipfs.1
blob: b6385f05f1658364e7cbefdc5b991be3ae68f856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.TH clipfs 1 "2021-08-29"
.SH NAME
clipfs \- X clipboards in filesystem
.SH SYNOPSIS
.SY clipfs
.RB [ -h | --help ]
.YS
.YS
.SY clipfs
.RB [ -V | --version ]
.YS
.SY clipfs
.OP -d
.OP -f
.OP -s
.RB [ -o
.IR option ]...
.I MNT
.YS
.SH DESCRIPTION
.B clipfs
is used to mount a virtual filesystem at 
.I MNT
path. This mounted filesystem has three regular files in its root:
.BR primary ,\  secondary ,\  clipboard .
Each of them correspond to an X selection identified by an atom with the same name.
.P
For usual day-to-day work use:
.P
.RS
.EX
$ clipfs /path/to/mountpoint
.EE
.RE
.P
This will mount the X selections filesystem at /path/to/mountpoint and fork into background.
.SH OPTIONS
.TP
.BR -h ,\  --help
Shows help message and quits.
.TP
.BR -V ,\  --version
Shows FUSE-related versioning information and quits.
.TP
.B -d
Enables debug output. This is equivalent to
.B -o debug
and it implies
.BR -f .
.TP
.B -f
Don't fork into background.
.TP
.B -s
Disable multi-threaded operation.
.TP
.BI -o\  option 
Sets an
.IR option .
For a list of supported options consult output of
.B -h
or
.BR fuse (8).
.SH ENVIRONMENT
.TP
.B DISPLAY
X display to connect to.
.SH NOTES
This software is mostly experimental. As of now it only supports read operations.
.SH SEE ALSO
.BR fusermount3 (1),\  fuse (4),\  fuse (8)