44 lines
1.3 KiB
Groff
44 lines
1.3 KiB
Groff
.TH CLIPIT 1 "01.11.2010"
|
|
.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
|
|
.B \-p\fR, \fB\-\-primary
|
|
Print primary contents
|
|
.SH 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.
|
|
.SH CLI EXAMPLES
|
|
echo "copied to clipboard" | clipit
|
|
clipit "copied to clipboard"
|
|
echo "copied to clipboard" | clipit \-c
|
|
.SH 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@web-tm.com>.
|
|
Forked from parcellite, which was written by Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>.
|