Clipped

May 11, 2019 ยท View on GitHub

Search and paste from your clipboard history.

Get it on AppCenter

Clipped Screenshot

Building, Testing, and Installation

You'll need the following dependencies to build:

  • meson
  • libgtk-3-dev
  • valac
  • libsqlite3-dev
  • libgee-0.8-dev

How To Install From Source

git clone https://github.com/davidmhewitt/clipped
cd clipped
meson build --prefix=/usr
cd build
ninja
sudo ninja install