Go to file
2012-04-04 10:41:50 +03:00
.tx ClipIt-1.4.2-20110906001 2011-09-06 15:03:00 +03:00
data ClipIt-1.4.2-20111115006 2011-11-15 12:34:18 +02:00
doc ClipIt-1.4.1-20110527003 2011-05-27 10:31:05 +03:00
m4 ClipIt-1.4.1-20110604001 2011-06-04 17:50:15 +03:00
po ClipIt-1.4.2-20120404003 2012-04-04 10:40:07 +03:00
src ClipIt-1.4.2-20120302002 2012-03-02 22:21:05 +02:00
.gitignore ClipIt-1.4.2-20111222001 2011-12-22 10:28:14 +02:00
AUTHORS ClipIt-1.4.2-20111222001 2011-12-22 10:28:14 +02:00
autogen.sh ClipIt-1.4.1-20110527002 2011-05-27 09:59:35 +03:00
ChangeLog ClipIt-1.4.2-20120404003 2012-04-04 10:40:07 +03:00
commit ClipIt-1.4.2-20120302002 2012-03-02 22:21:05 +02:00
configure.in ClipIt-1.4.2-20111018001 2011-10-18 15:48:40 +03:00
COPYING ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
INSTALL ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
Makefile.am ClipIt-1.4.2-20120404002 2012-04-04 10:35:04 +03:00
NEWS ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
README ClipIt-1.4.2-20120302002 2012-03-02 22:21:05 +02:00
update-po ClipIt-1.4.2-20120302002 2012-03-02 22:21:05 +02:00

ClipIt - Lightweight GTK+ Clipboard Manager
-------------------------------------------------------------------------------

Copyright (C) 2010-2012 by Cristian Henzel <oss@rspwn.com>
Copyright (C) 2011 by Eugene Nikolsky <pluton.od@gmail.com>

forked from parcellite, which is
Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>



Introduction
-------------------------------------------------------------------------------

ClipIt is a lightweight GTK+ clipboard manager.

Project website: http://clipit.rspwn.com/



How to compile and install clipit
-------------------------------------------------------------------------------

Requirements:
	* gtk+ >= 2.10.0
	* xdotool - for automatic paste functionality

Download the clipit source code, then:
	$ tar zxvf clipit-x.y.z.tar.gz
	$ cd clipit-x.y.z
	$ ./autogen.sh
	$ ./configure
	$ make
	$ sudo make install