ClipIt is a lightweight GTK+ clipboard manager.
Project website: https://github.com/CristianHenzel/ClipIt
Copyright (C) 2010-2019 by Cristian Henzel [email protected]
Copyright (C) 2011 by Eugene Nikolsky [email protected]
forked from parcellite, which is
Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla [email protected]
ClipIt available in Debian and Ubuntu repositories (1.4.4) is broken. Use latest package from this repo.
- 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
tar zxvf clipit-x.y.z.tar.gz
cd clipit-x.y.z
./autogen.sh
./configure --with-gtk3
make
sudo make install
meson build -Dwith-gtk3=true
cd build
ninja
sudo ninja install
sudo add-apt-repository ppa:afelinczak/ppa
Action | Key combination |
---|---|
History | Ctrl + Alt + h |
Actions | Ctrl + Alt + a |
Menu | Ctrl + Alt + p |
Search | Ctrl + Alt + f |
Offline mode | Ctrl + Alt + o |