-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (66 loc) · 3.56 KB
/
index.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<title>Multiclip by multiclip</title>
</head>
<body>
<header>
<div class="container">
<h1>Multiclip</h1>
<h2>Multiple Clipboards for Copy and Paste</h2>
<section id="downloads">
<a href="https://github.com/multiclip" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1>
<a id="multiclip---multiple-clipboards" class="anchor" href="#multiclip---multiple-clipboards" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Multiclip - Multiple Clipboards</h1>
<h2>
<a id="description" class="anchor" href="#description" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Description</h2>
<p>It a kernel module designed and developed during the <a href="http://kamp.pardus.org.tr/">Pardus Software Camp 2014</a>. It provides multiclipboard capability using x11 on Debian based operating systems.</p>
<h2>
<a id="how-to-install" class="anchor" href="#how-to-install" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How to install</h2>
<p>Let’s proceed step by step:</p>
<ul>
<li>clone the repository using <code>[email protected]:esrefozturk/multiclip.git</code>
</li>
<li>change directory using <code>cd multiclip</code>
</li>
<li>install the multiclip package using <code>sudo dpkg -i multiclip_1.0_all.deb</code>
</li>
</ul>
<h2>
<a id="how-to-use" class="anchor" href="#how-to-use" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How to use</h2>
<p>You can</p>
<ul>
<li>display any clipboard or all clipboards using <code>multiclip</code>
</li>
<li>manage the apllication using <code>service multiclipd {start|stop|restart|reload|force-reload}</code>
</li>
<li>copy the selected text on the screen to clipboard of pressed key using <code>[CTRL] + [ letter or number ] + [C]</code> combinations</li>
<li>paste the text on the clipboard of pressed key to screen using <code>[CTRL] + [ letter or number ] + [V]</code> combinations</li>
</ul>
<h2>
<a id="where-to-get-help" class="anchor" href="#where-to-get-help" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Where to get help</h2>
<p>If you want to try our project and something doesn’t go as expected, drop us a line at <a href="mailto:[email protected]">[email protected]</a> or <a href="mailto:[email protected]">[email protected]</a></p>
<h2>
<a id="contribution" class="anchor" href="#contribution" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contribution</h2>
<p>We both love open source software and would like to see pull requests.</p>
<h2>
<a id="contributor-list" class="anchor" href="#contributor-list" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contributor list</h2>
<ul>
<li><a href="https://github.com/kadircet">Kadir</a></li>
<li><a href="https://github.com/esrefozturk">Esref</a></li>
</ul>
<p>Built with hugs and bugs in Ankara.</p>
</section>
</div>
</body>
</html>