-
Notifications
You must be signed in to change notification settings - Fork 1
/
clipsim.1
56 lines (56 loc) · 1.43 KB
/
clipsim.1
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
.TH clipsim 1 clipsim\-0.3
.SH NAME
clipsim \- Simple clipboard manager for X
.SH SYNOPSIS
.B clipsim
.RB "[ --daemon | --print | --save | --copy <N> | --delete <N> | --info <N> ]"
.PP
.B clipsim
.RB "[ -d | -p | -s | -c <N> | -d <N> | -i <N> ]"
.SH DESCRIPTION
clipsim is a simple clipboard manager for X.
.TP
.B "-d | --daemon"
start clipsim daemon
.TP
.B "-p | --print"
print clipboard history to stdout
.TP
.B "-s | --save"
save clipboard history to $XDG_CACHE_HOME/clipsim/history
.TP
.B "-c <N> | --copy <N>"
copy entry number N to clipboard
.TP
.B "-r <N> | --remove <N>"
delete entry number N from history
.TP
.B "-i <N> | --info <N>"
print entry number N to stdout
.EX
.SH SOURCE CODE
.EE
https://codeberg.org/lucas.mior/clipsim
.SH BUGS
clipsim might have an weird behavior if you use it with applications that do not
use UTF-8. Additionally, incremental buffer reading is not implemented, which
means that if an application is to use that so called "feature", clipsim won't
save that text to history. Please report other bugs on codeberg.
.SH ENVIRONMENT VARIABLES
.TP
.B "$CLIPSIM_SIGNAL_NUMBER"
which signal should be send to $CLIPSIM_SIGNAL_PROGRAM when clipboard content
changes
.TP
.B "$CLIPSIM_SIGNAL_PROGRAM"
which program should $CLIPSIM_SIGNAL_NUMBER be sent to when clipboard content
changes
.TP
.B "$CLIPSIM_IMAGE_PREVIEW"
image preview program (defaults to chafa)
.TP
.B "$XDG_CACHE_HOME"
used for cache
.EX
.SH SEE ALSO
.BR xsel (1), xclip(1)