File: README.md

package info (click to toggle)
clipit 1.4.4%2Bgit20190202-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 820 kB
  • sloc: ansic: 3,567; makefile: 87; sh: 68
file content (49 lines) | stat: -rw-r--r-- 1,316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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 <oss@rspwn.com>

Copyright (C) 2011 by Eugene Nikolsky <pluton.od@gmail.com>



forked from parcellite, which is

Copyright (C) 2007-2008 Gilberto "Xyhthyx" Miralla <xyhthyx@gmail.com>


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  |