Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.17 KB

Parcellite - Lightweight GTK+ Clipboard Manager

License GitHub version Coverity Scan Build Status

Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla [email protected]

Copyright (C) 2009-2016 Doug Springer [email protected]

Introduction

Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down, basic-features-only clipboard manager with a small memory footprint for those who like simplicity.

Project website: https://github.com/ZaWertun/parcellite

Compile and install

Build requirements:

  • cmake
  • libX11
  • gtk+ >= 2.10.0

Runtime requirements:

  • xdotool - to autopaste selected value.

Build instructions:

git clone https://github.com/ZaWertun/parcellite.git
cd parcellite
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make -j`nproc --all`

To install run:

sudo make install