Clipboard/doc/clipit.1
Cristian Henzel 2ccc2c6846 ClipIt-v1.3.7-12122010001
+ Fixed: Changed E-Mail address and Project website.
+ Fixed: Included all files that get generated by autogen.sh, so
                that now you don't need to run it anymore.

Changes to be committed:

	new file:   ABOUT-NLS
	modified:   AUTHORS
	modified:   ChangeLog
	new file:   Makefile.in
	modified:   NEWS
	modified:   README
	new file:   aclocal.m4
	new file:   autom4te.cache/output.0
	new file:   autom4te.cache/output.1
	new file:   autom4te.cache/requests
	new file:   autom4te.cache/traces.0
	new file:   autom4te.cache/traces.1
	new file:   config.h.in
	new file:   configure
	modified:   configure.in
	new file:   data/Makefile.in
	new file:   doc/Makefile.in
	modified:   doc/clipit.1
	new file:   intltool-extract.in
	new file:   intltool-merge.in
	new file:   intltool-update.in
	new file:   m4/codeset.m4
	new file:   m4/fcntl-o.m4
	new file:   m4/glibc2.m4
	new file:   m4/glibc21.m4
	new file:   m4/intdiv0.m4
	new file:   m4/intl.m4
	new file:   m4/intldir.m4
	new file:   m4/intlmacosx.m4
	new file:   m4/intmax.m4
	new file:   m4/inttypes-pri.m4
	new file:   m4/inttypes_h.m4
	new file:   m4/lcmessage.m4
	new file:   m4/lock.m4
	new file:   m4/longlong.m4
	new file:   m4/printf-posix.m4
	new file:   m4/size_max.m4
	new file:   m4/stdint_h.m4
	new file:   m4/threadlib.m4
	new file:   m4/uintmax_t.m4
	new file:   m4/visibility.m4
	new file:   m4/wchar_t.m4
	new file:   m4/wint_t.m4
	new file:   m4/xsize.m4
	new file:   po/Makefile.in.in~
	new file:   po/Makevars.template
	new file:   po/Rules-quot
	new file:   po/boldquot.sed
	new file:   po/en@boldquot.header
	new file:   po/en@quot.header
	new file:   po/insert-header.sin
	new file:   po/quot.sed
	new file:   po/remove-potcdate.sin
	modified:   po/zh_CN.po
	new file:   src/Makefile.in
	modified:   src/daemon.c
	modified:   src/daemon.h
	modified:   src/history.c
	modified:   src/history.h
	modified:   src/main.c
	modified:   src/main.h
	modified:   src/manage.c
	modified:   src/manage.h
	modified:   src/preferences.c
	modified:   src/preferences.h
	modified:   src/utils.c
	modified:   src/utils.h
2010-12-22 22:17:33 +02:00

50 lines
1.4 KiB
Groff

.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>.