Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 649 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 649 Bytes

Clipped

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