-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (86 loc) · 3.92 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
<!DOCTYPE html>
<html>
<head>
<title>CutBox</title>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<link rel="stylesheet"
href="css/style.css"
type="text/css"
media="screen">
</head>
<body>
<div class="Centered">
<h1>NOTE: CutBox has been sunset</h1>
<h3>
(I no longer use or own a Mac) the best replacement option is to use <a href="https://hluk.github.io/CopyQ/">CopyQ</a>
</h3>
<img src="./images/cutbox-icon-2-preview.png"/>
<p>Make your macOS pasteboard awesome with...</p>
<img src="./images/cutbox-logo-text.png"/>
<h2>Install CutBox using homebrew:</h2>
<p>
<pre class="code-view">brew tap cutbox/cutbox
brew install --cask cutbox</pre>
</p>
</div>
<div class="Aligner">
<div class="Card">
<h3>Search pasteboard history</h3>
<i class="fa fa-search" style="font-size:120px"></i>
<p>Search your pasteboard history.</p>
<p>Find everything fast and easily. Fuzzy match, regex, string</p>
</div>
<div class="Card">
<h3>Quick and Easy</h3>
<i class="fas fa-paste" style="font-size:120px"></i>
<p>Activate with a global shortcut and search/paste immediately.</p>
<p>Paste multiple items at once.</p>
</div>
<div class="Card">
<h3>For Devs</h3>
<i class="fas fa-terminal" style="font-size:120px"></i>
<p>CLI tool to search pasteboard history in the terminal, so you can integrate it with <code>vim</code>, <code>emacs</code>, <code>fzf</code> etc</p>
</div>
<div class="Card">
<h3>Scriptable</h3>
<img src="images/pipeline.png" width="120px">
<p>Transform pasted text through any language</p>
<p class="ButtonContainer"><a class="Button" href="https://github.com/cutbox/CutBox/wiki/Paste-Pipeline">Read more...</a></p>
</div>
<div class="Card">
<h3>Themeable</h3>
<i class="fas fa-palette" style="font-size:120px"></i>
<p>Customize the color theme for your comfort</p>
<p><a href="https://github.com/cutbox/CutBox/wiki/Color-themes">Several themes built in</a></p>
</div>
<div class="Card">
<h3>Multilingual</h3>
<i class="fas fa-globe" style="font-size:120px"></i>
<p>Available in English, ไทย, Deutsch, 日本語, Español, 한국어, 中文, Français</p>
<p>More language support to come</p>
</div>
</div>
<div class="Centered">
<h3>Please consider making donation</h3>
<form action="https://www.paypal.com/donate" method="post" target="_top">
<input type="hidden" name="business" value="jasonm23@gmail.com">
<input type="hidden" name="no_recurring" value="0">
<input type="hidden" name="item_name" value="Support CutBox development">
<input type="hidden" name="item_number" value="CutBox needs your support">
<input type="hidden" name="currency_code" value="USD">
<input type="image" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="Donate">
<img alt="" width="1" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" >
</form>
<a href="documentation.html"><h1>Read the docs...</h1></a>
<p><a href="https://github.com/cutbox/CutBox"><i class="fab fa-github" style="font-size:20px"></i> CutBox on GitHub</a></p>
<p><a href="https://gitter.im/CutBox"><i class="fab fa-gitter" style="font-size:20px"></i> Chat on Gitter</a></p>
<p class="Version">version 1.6.0</p>
</div>
</body>
</html>