Go to file
Cristian Henzel 23a3d91f4c ClipIt-1.4.1-20110525001
+ Fixed: Changed history file to new type.
2011-05-25 08:48:36 +03:00
data ClipIt-1.4.1-20110523001 2011-05-23 10:21:38 +03:00
doc ClipIt-1.4.1-20110523001 2011-05-23 10:21:38 +03:00
m4 ClipIt-1.4.1-20110523001 2011-05-23 10:21:38 +03:00
po ClipIt-1.3.11-20101224001 2010-12-24 10:16:59 +02:00
src ClipIt-1.4.1-20110525001 2011-05-25 08:48:36 +03:00
AUTHORS ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
autogen.sh ClipIt-v1.2.5-12112010002 2010-12-22 22:17:15 +02:00
ChangeLog ClipIt-1.4.1-20110525001 2011-05-25 08:48:36 +03:00
config.guess ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
config.rpath ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
config.sub ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
configure.in ClipIt-1.4.1-20110523001 2011-05-23 10:21:38 +03:00
COPYING ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
depcomp 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
install-sh ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
Makefile.am ClipIt-1.4.0-20110518001 2011-05-18 15:24:54 +03:00
missing ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
NEWS ClipIt-v1.3.7-12122010001 2010-12-22 22:17:33 +02:00
README ClipIt-1.4.1-20110523001 2011-05-23 10:21:38 +03:00

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

Copyright (C) 2010 by Cristian Henzel <oss@rspwn.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

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