summaryrefslogtreecommitdiff
path: root/doc/clipit.1
blob: 3e2b1329ccac980fcfc4e7d8cf2106d23724bb46 (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
.TH CLIPIT 1 "2010-11-11"
.SH NAME
ClipIt \- Lightweight GTK+ Clipboard Manager
.SH SYNOPSIS
.B clipit
[\fIOPTION\fR]
.SH DESCRIPTION
\fBClipIt\fR is a lightweight GTK+ clipboard manager.

\fBClipIt\fR features a clipboard CLI. Unrecognized options and the contents
of your standard input get copied to your clipboard. See \fBCLI EXAMPLES\fR.
.SH
.B OPTIONS
.TP
.B \-?\fR, \fB\-\-help
Show help options.
.TP
.B \-d\fR, \fB\-\-daemon
Run as daemon. Use this mode if you just want \fBClipIt\fR to keep your clipboard
and primary contents safe.
.TP
.B \-n\fR, \fB\-\-no-icon
Do not use status icon.
.TP
.B \-c\fR, \fB\-\-clipboard
Print clipboard contents.
.TP
.B \-p\fR, \fB\-\-primary
Print primary contents.
.SH NOTES
.SS ACTIONS
\fBClipIt's\fR actions perform commands using the contents of your clipboard. "\fB%s\fR" in the command
is replaced with the clipboard contents.
.SS CLI EXAMPLES
.TP
Put text in the clipboard
 echo "copied to clipboard" | clipit
 clipit "copied to clipboard"
.TP
Put text in the clipboard and print the clipboard contents
 echo "copied to clipboard" | clipit \-c
.SS Hotkeys
 The available hotkey modifiers are <Ctrl>, <Alt> <Shift>, <Release>, <Meta>, <Super>, <Hyper>, <Mod[1\-5]>
.SH SEE ALSO
.PP
Website: http://sourceforge.net/projects/gtkclipit/
.SH AUTHOR
Maintained by Cristian Henzel <oss@rspwn.com>.
Forked from parcellite, which was written by Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>.