• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-551472

doc/H04-Apr-2012-530462

m4/H07-May-2022-4,4584,142

po/H03-May-2022-6,3484,958

src/H04-Apr-2012-5,1623,773

ABOUT-NLSH A D04-Apr-201291.6 KiB1,2831,244

AUTHORSH A D04-Apr-2012117 43

COPYINGH A D12-Dec-201034.3 KiB676553

ChangeLogH A D04-Apr-201231.6 KiB1,208810

INSTALLH A D12-Dec-20109.3 KiB237179

Makefile.amH A D04-Apr-20121.4 KiB5141

Makefile.inH A D04-Apr-201226 KiB824733

NEWSH A D23-Jun-201142 21

READMEH A D04-Apr-2012885 3522

aclocal.m4H A D04-Apr-201270.8 KiB2,0401,850

autogen.shH A D23-Jun-20111.1 KiB6347

config.guessH A D04-Apr-201243.8 KiB1,5311,321

config.h.inH A D04-Apr-20122.6 KiB9967

config.rpathH A D04-Apr-201218 KiB673569

config.subH A D04-Apr-201234.6 KiB1,7741,631

configureH A D04-Apr-2012325.4 KiB10,9059,090

configure.inH A D04-Apr-20123.6 KiB10680

depcompH A D04-Apr-201219.9 KiB689448

install-shH A D04-Apr-201213.7 KiB528351

missingH A D04-Apr-201210.1 KiB332243

README

1ClipIt - Lightweight GTK+ Clipboard Manager
2-------------------------------------------------------------------------------
3
4Copyright (C) 2010-2012 by Cristian Henzel <oss@rspwn.com>
5Copyright (C) 2011 by Eugene Nikolsky <pluton.od@gmail.com>
6
7forked from parcellite, which is
8Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>
9
10
11
12Introduction
13-------------------------------------------------------------------------------
14
15ClipIt is a lightweight GTK+ clipboard manager.
16
17Project website: http://clipit.rspwn.com/
18
19
20
21How to compile and install clipit
22-------------------------------------------------------------------------------
23
24Requirements:
25	* gtk+ >= 2.10.0
26	* xdotool - for automatic paste functionality
27
28Download the clipit source code, then:
29	$ tar zxvf clipit-x.y.z.tar.gz
30	$ cd clipit-x.y.z
31	$ ./autogen.sh
32	$ ./configure
33	$ make
34	$ sudo make install
35