Skip to content

sveinki/ClipIt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

ClipIt is a lightweight GTK+ clipboard manager.

Project website: https://github.com/CristianHenzel/ClipIt

ClipIt - Lightweight GTK+ Clipboard Manager

Copyright (C) 2010-2019 by Cristian Henzel [email protected]

Copyright (C) 2011 by Eugene Nikolsky [email protected]

forked from parcellite, which is

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

How to compile and install clipit

Requirements:

  • gtk+ >= 2.10.0 (>= 3.0 for gtk+3)
  • xdotool - for automatic paste functionality

Download the clipit source code, then:

$ tar zxvf clipit-x.y.z.tar.gz
$ cd clipit-x.y.z
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

Documentation

Default keybindings:

Action Key combination
History Ctrl + Alt + h
Actions Ctrl + Alt + a
Menu Ctrl + Alt + p
Search Ctrl + Alt + f
Offline mode Ctrl + Alt + o

About

ClipIt clipboard manager for GTK+

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.6%
  • M4 2.3%
  • Shell 1.7%
  • Makefile 1.4%