Search and paste from your clipboard history.
You'll need the following dependencies to build:
- cmake
- libgtk-3-dev
- valac
- libsqlite3-dev
git clone https://github.com/davidmhewitt/clipped
cd clipped
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install