Go to file
Cristian Henzel 302fa9fc20 ClipIt-1.4.0-20110506001
+ Added: Added option to automatically paste an entry after selecting it.
+ Fixed: Re-enabled indicator since it should now work properly.
2011-05-23 14:02:56 +03:00
data ClipIt-v1.3.10-21122010001 2011-05-23 14:00:00 +03:00
doc ClipIt-v1.3.10-21122010001 2011-05-23 14:00:00 +03:00
m4 ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
po ClipIt-v1.2.2-11112010001 2011-05-23 13:51:09 +03:00
src ClipIt-1.4.0-20110506001 2011-05-23 14:02:56 +03:00
AUTHORS ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
autogen.sh ClipIt-v1.2.5-12112010002 2011-05-23 13:51:45 +03:00
ChangeLog ClipIt-1.4.0-20110506001 2011-05-23 14:02:56 +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 ClipIt-1.3.13-20110503001 2011-05-23 14:00:37 +03:00
configure.in ClipIt-1.3.13-20110503001 2011-05-23 14:00:37 +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.3.11-20101224001 2011-05-23 14:00:22 +03:00
Makefile.in ClipIt-1.3.11-20101224001 2011-05-23 14:00:22 +03:00
missing ClipIt-v1.0.0-05112010001-beta 2010-11-05 23:37:05 +02:00
NEWS ClipIt-v1.3.4-26112010001 2011-05-23 13:53:04 +03:00
README ClipIt-v1.2.2-11112010001 2011-05-23 13:51:09 +03:00
TODO ClipIt-v1.3.0-14112010001 2011-05-23 13:52:07 +03:00

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

Copyright (C) 2010 by Cristian Henzel <oss@web-tm.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://sourceforge.net/projects/gtkclipit/



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

Requirements:
	* gtk+ >= 2.10.0 

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