This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
218 lines (206 loc) · 13.4 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pext - Python-based Extendable Tool</title>
<meta name="description" content="The Python-based extendable tool.">
<meta property="og:image" content="logo.svg" />
<link href="bootstrap-4.3.1-dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="fontawesome-free-5.11.2-web/css/all.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet"/>
<link rel="shortcut icon" type="image/x-icon" href="pext.png">
</head>
<body>
<div id="mirror">
You are viewing a mirror. The official location for this site is <a href="https://pext.io/">pext.io</a>.
</div>
<div id="content">
<div class="container-fluid text-center">
<div class="row">
<div class="col-md-12">
<a href= "https://pext.io/"> <img id="logo" src="logo.svg" alt="Lilly the Leoger"/> </a>
</div>
</div>
<div class="row">
<div id="navigation" class="col-md-12">
<ul class="nav nav-pills justify-content-center">
<li class="nav-item"><a class="nav-link" href="https://github.com/Pext"><span class="fab fa-github"></span> GitHub</a></li>
<li class="nav-item"><a class="nav-link" href="https://hosted.weblate.org/projects/pext/"><span class="fas fa-language"></span> Translate</a></li>
</ul>
</div>
</div>
<div class="row">
<div id="introduction" class="col-md-12">
<h1>Your Swiss Army Knife</h1>
<p>With Pext, you can do so much with just a few keystrokes.</p>
<div id="carousel-screenshots" class="carousel slide" data-ride="carousel" data-pause="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="pext-emojis.PNG" alt="Screenshot of the Pext module for emojis running macOS">
</div>
<div class="carousel-item">
<img src="pext-applauncher.PNG" alt="Screenshot of the Pext module for displaying a list of apps to launch running macOS">
</div>
<div class="carousel-item">
<img src="pext-weather.PNG" alt="Screenshot of the Pext module for displaying the weather for a city running macOS">
</div>
</div>
</div>
<noscript><a href="#" class="btn btn-lg btn-block btn-success">Pext is EOL and no longer available for download <br/><span class="fab fa-linux fa-lg"></span> <span class="fab fa-apple fa-lg"></span> <span class="fab fa-windows fa-lg"></span></a></noscript>
<button type="button" class="hide-if-noscript btn btn-lg btn-block btn-success disabled" aria-disabled="true">Pext is EOL and no longer available for download <br/><span class="fab fa-linux fa-lg"></span> <span class="fab fa-apple fa-lg"></span> <span class="fab fa-windows fa-lg"></span></button></p>
</div>
</div>
<div class="modal fade" id="downloadModal" tabindex="-1" role="dialog" aria-labelledby="downloadModalTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h3 class="modal-title" id="downloadModalTitle">Download</h3>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<ul class="nav nav-pills nav-fill" id="download-osselect" role="tablist">
<li class="nav-item">
<a class="nav-link" id="linux-pill" data-toggle="pill" href="#linux" aria-controls="linux" aria-selected="true"><h1><span class="fab fa-linux fa-lg"></span> Linux</h1></a>
</li>
<li class="nav-item">
<a class="nav-link" id="macos-pill" data-toggle="pill" href="#macos" aria-controls="macos" aria-selected="false"><h1><span class="fab fa-apple fa-lg"></span> macOS</h1></a>
</li>
<li class="nav-item">
<a class="nav-link" id="windows-pill" data-toggle="pill" href="#windows" aria-controls="windows" aria-selected="false"><h1><span class="fab fa-windows fa-lg"></span> Windows</h1></a>
</li>
</ul>
<div class="tab-content" id="download-osselect-tabContent">
<div class="tab-pane fade" id="linux" role="tabpanel" aria-labelledby="linux">
<h2>Recommended</h2>
<p><a href="https://github.com/Pext/Pext/releases/download/v0.35/Pext-0.35-x86_64.AppImage"><span class="fas fa-archive fa-lg"></span> AppImage (runs on any Linux)</a></p>
<h3>Other versions</h3>
<p><a href="https://aur.archlinux.org/packages/pext/"><span class="fas fa-archive fa-lg"></span> Arch Linux</a></p>
<p><a href="https://pypi.python.org/pypi/pext/"><span class="fas fa-archive fa-lg"></span> PyPI</a></p>
<h4>Here be dragons</h4>
<p><a href="https://github.com/Pext/Pext/releases/tag/continuous"><span class="fas fa-archive fa-lg"></span> Test versions</a></p>
<p><a href="https://pext.readthedocs.io/en/latest/compiling.html#gnu-linux"><span class="fas fa-archive fa-lg"></span> Build it yourself</a></p>
</div>
<div class="tab-pane fade" id="macos" role="tabpanel" aria-labelledby="macos">
<h2>Recommended</h2>
<p><a href="https://github.com/Pext/Pext/releases/download/v0.35/Pext-0.35.dmg"><span class="fas fa-archive fa-lg"></span> Pext.dmg</a></p>
<h3>Other versions</h3>
<p><a href="#" onClick="window.alert('If you have Homebrew installed, run the following command: brew cask install pext')"><span class="fas fa-archive fa-lg"></span> Homebrew Cask</a></p>
<h4>Here be dragons</h4>
<p><a href="https://github.com/Pext/Pext/releases/tag/continuous"><span class="fas fa-archive fa-lg"></span> Test versions</a></p>
<p><a href="#" onClick="window.alert('If you have Homebrew installed, run the following commands: brew tap homebrew/cask-versions && brew cask install pext-nightly')"><span class="fas fa-archive fa-lg"></span> Homebrew Cask Nightly</a></p>
<p><a href="https://pext.readthedocs.io/en/latest/compiling.html#macos"><span class="fas fa-archive fa-lg"></span> Build it yourself</a></p>
</div>
<div class="tab-pane fade" id="windows" role="tabpanel" aria-labelledby="windows">
<h2>Recommended</h2>
<p><a href="https://github.com/Pext/Pext/releases/download/v0.35/Pext.exe"><span class="fas fa-archive fa-lg"></span> Pext Installer</a></p>
<h4>Here be dragons</h4>
<p><a href="https://github.com/Pext/Pext/releases/tag/continuous"><span class="fas fa-archive fa-lg"></span> Test versions</a></p>
<p><a href="https://pext.readthedocs.io/en/latest/compiling.html#windows"><span class="fas fa-archive fa-lg"></span> Build it yourself</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="card">
<div class="card-header">
<h1>Why Pext</h1>
</div>
<div class="card-body">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="fas fa-cubes fa-lg"></div>
<h2>Extendable</h2>
<p>Modules are written in Python 3, requiring minimal programming understanding to get started</p>
</div>
<div class="col-md-4">
<div class="fas fa-laptop fa-lg"></div>
<h2>Cross Platform</h2>
<p>One consistent interface on Linux, macOS and Windows</p>
</div>
<div class="col-md-4">
<div class="fab fa-osi fa-lg"></div>
<h2>Open Source</h2>
<p>Released under the GNU GPL v3+</p>
</div>
</div>
</div>
</div>
</section>
<section class="card">
<div class="card-header">
<h1>Modules</h1>
</div>
<div class="card-body">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="fas fa-rocket fa-lg"></div>
<h2>App Launcher</h2>
<p>Start any application on your device</p>
</div>
<div class="col-md-4">
<div class="fas fa-clipboard fa-lg"></div>
<h2>Clipboard</h2>
<p>Manage your clipboard history</p>
</div>
<div class="col-md-4">
<div class="fas fa-smile fa-lg"></div>
<h2>Emoji</h2>
<p>Quickly copy any emoji</p>
</div>
<div class="col-md-4">
<div class="fas fa-key fa-lg"></div>
<h2>Password Store</h2>
<p>Manage your passwords</p>
</div>
<div class="col-md-4">
<div class="fas fa-music fa-lg"></div>
<h2>Radio</h2>
<p>Listen to internet radio</p>
</div>
<div class="col-md-4">
<div class="fas fa-cloud-sun fa-lg"></div>
<h2>Weather</h2>
<p>Check the weather</p>
</div>
</div>
<div class="row justify-content-center">
<a href="https://pext.readthedocs.io/en/latest/pext_dev.html" class="btn btn-primary btn-lg" target="_blank">Create your own</a>
</div>
</div>
</div>
</section>
<section class="card">
<div class="card-header">
<h1>Community & Help</h1>
</div>
<div class="card-body">
<p>The Pext community can be found on Matrix (#pext:matrix.org) or Telegram (@PextTool). Both channels are connected, so use whatever you prefer.</p>
<p>Feel free to stop by for questions, tips or just a friendly chat with other users.</p>
<a href="https://riot.im/app/#/room/%23pext:matrix.org" class="btn btn-primary">Chat via Matrix</a>
<a href="https://t.me/PextTool" class="btn btn-primary">Chat via Telegram</a>
</div>
</section>
</div>
</div>
<footer class="text-center">
Copyright 2016 - 2022 <a href="https://sylviavanos.nl/">Sylvia van Os</a> - <a href="https://github.com/Pext/pext.github.io">Source code</a>
</footer>
<script type="text/javascript">
if (location.hostname !== "pext.io") {
document.getElementById("mirror").style.display = "block";
}
const toUnhide = document.getElementsByClassName("hide-if-noscript");
for (let i = 0; i < toUnhide.length; i++) {
toUnhide[i].style.display = "block";
}
</script>
<script src="jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="bootstrap-4.3.1-dist/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>