Skip to content

writing-tools/clipIt-clipboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mar-Elias Clipboard:

icon

Mar-Elias Clipboard is a lightweight GTK+ clipboard manager, forked from ClipIt

Note: Auto clear timer does not work as intended in the original app, see CristianHenzel#208

Install:

mkdir build
cp -r * ./build
cd build
sudo apt install autopoint intltool
sudo apt-get install build-essential libgtk-3-dev
./autogen.sh
./configure --with-gtk3
make
# To test run:
./src/clipit
# To install:
sudo make install

Rights/Authors:

Copyright (C) 2010-2019 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

How to compile and install clipit

Requirements:

  • gtk+ >= 2.10.0 (>= 3.0 for gtk+3)
  • xdotool - for automatic paste functionality
  • intltool

On Ubuntu:

sudo apt-get install build-essential git automake xdotool autoconf intltool autopoint gtk+-3.0

Releases

No releases published

Packages

No packages published

Languages

  • C 90.2%
  • M4 4.2%
  • Shell 3.1%
  • Makefile 2.5%