TOP

ニュース 2ちゃんねる新着絞込20選@びんたん

11.12.15

✠CentOS@クリップボード履歴|管理|ツール彡☆彡Packeage通称パケ.exe,rpm,rar,zip,7zipソナタ諸々✡

ClipIt

shantzu/ClipIt · GitHub

https://github.com/shantzu/ClipIt

http://pkgs.org/centos-6/epel-i386/clipit-1.4.2-6.el6.i686.rpm/download/


Install Howto
Download the latest epel-release rpm from
http://dl.fedoraproject.org/pub/epel/6/i386/

# Install epel-release rpm:

http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

# rpm -Uvh epel-release*rpm

Install clipit rpm package:

# yum install clipit


See Also




http://pkgs.org/centos-6/epel-i386/clipit-1.4.2-6.el6.i686.rpm.html

http://pkgs.org/centos-6/epel-i386/clipit-1.4.2-6.el6.i686.rpm/download/

http://dl.fedoraproject.org/pub/epel/6/i386/clipit-1.4.2-6.el6.i686.rpm
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
 * 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