Skip to content

davidmhewitt/clipped

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
po
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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