Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla [email protected]
Copyright (C) 2009-2016 Doug Springer [email protected]
Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down, basic-features-only clipboard manager with a small memory footprint for those who like simplicity.
Project website: https://github.com/ZaWertun/parcellite
Build requirements:
cmake
libX11
gtk+ >= 2.10.0
Runtime requirements:
xdotool
- to autopaste selected value.
Build instructions:
git clone https://github.com/ZaWertun/parcellite.git
cd parcellite
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make -j`nproc --all`
To install run:
sudo make install