iyesin / ClipIt

ClipIt clipboard manager for GTK+

Home Page:https://github.com/shantzu/ClipIt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: https://github.com/shantzu/ClipIt



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

Requirements:
	* gtk+ >= 2.10.0 (>= 3.0 for gtk+3)
	* 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

About

ClipIt clipboard manager for GTK+

https://github.com/shantzu/ClipIt

License:GNU General Public License v3.0


Languages

Language:C 88.2%Language:Makefile 7.0%Language:Shell 2.7%Language:M4 2.2%