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
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
- gtk+ >= 2.10.0 (>= 3.0 for gtk+3)
- xdotool - for automatic paste functionality
- intltool
sudo apt-get install build-essential git automake xdotool autoconf intltool autopoint gtk+-3.0