-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
250 lines (249 loc) · 12 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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dock Exposé - MacOS window previews on the dock</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" type="text/css" href="/style.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C0P22F0RPX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C0P22F0RPX');
</script>
<script src="/main.js?v=1.12"></script>
</head>
<body>
<section class="page">
<header>
<h1>Dock Exposé <small>- developed by <a style="color: rebeccapurple" href="https://www.steventheworker.com" target="_BLANK">steventheworker</a></small></h1>
<img class="logo" height="128" src="/logo.png" />
<h4>
download link:
<a style="word-break: break-all;"
href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v3.00.5/Dock-Expose-3.00.5.zip"
>https://github.com/steventheworker/Dock-Expos--home/releases/download/v3.00.5/Dock-Expose-3.00.5.zip</a
>
</h4>
<a style="font-size: 0.8em; margin-top: -1.2em;position: absolute;color: rgb(185, 173, 140);"
href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v3.00.1/Dock-Expose-3.00.1-legacy.zip">Legacy build link - macOS 10.15</a>
<h1 id="introduction" style="margin-top: 1em">Introduction</h1>
<p id="intro-para">
Dock Exposé is a window / task management app for MacOS. It provides previews on the dock using the familiar App Exposé interface (Control+Down Arrow). Trigger another application's (App Exposé) keyboard shortcuts (using Esc and Ctrl+Down-Arrow) to show/hide an overlay of the open window previews / thumbnails (in all spaces) for the app icon you're hovering on in the macOS dock.
<p class="seo-text">Window previews when you hover or put your mouse under an app's dock icon. Get window previews in the dock on MacOS, automatically open the App Exposé view in the dock today with this Mac App.</p>
<p class="seo-text">Introducing Dock Expose, an app that gives a preview of your open applications. Dock Expose opens Apple's expose view in mission control. It does so automatically whenever you put your mouse under an application's dock's icon.</p>
</p>
</header>
<ul class="changelog youtubePreviewMode">
<h4>Version Control / Changelog:</h4>
<li>
<ul>
<span>August 4, 2024</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v3.00.5/Dock-Expose-3.00.5.zip">v3.00.5</a></h7>
<li>click mode fix - exposé no longer reopens after clicking to exit</li>
<li>bug fixed: native MacOS tabs were treated as windows (eg: finder/terminal tabs)</li>
</ul>
</li>
<li>
<ul>
<span>February 27, 2024</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v3.00.4/Dock-Expose-3.00.4.zip">v3.00.4</a></h7>
<li>
fix recently introduced preview bug(s) (from v3 rebuild)
</li>
</ul>
</li>
<li>
<ul>
<span>February 20, 2024</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v3.00.0/Dock-Expose-3.00.0.zip">v3.00.0</a></h7>
<li>rebuild
<ul>
<li>polish the UI, many bugs fixed, use sparkle update framework</li>
<li>preview reimplementation --and add click mode (similar to ubuntu)</li>
</ul>
</li>
<li>note: delay slider currently non-functional</li>
</ul>
</li>
<li>
<ul>
<span>November 21, 2022</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v2.92/DockExposev2.92.zip">v2.92</a></h7>
<li>add "Differentiate Hidden Apps" in dock settings</li>
<li>separate dock delay under dock settings</li>
<li>add hyperlinks menu</li>
<li>handle apps hidden / not running better (while clicking & Exposé open)</li>
</ul>
</li>
<li>
<ul>
<span>November 10, 2022</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v2.91/DockExposev2.91.zip">v2.91</a></h7>
<li>ask for accessibility</li>
<li>allow right clicks with exposé open</li>
<li>listen for right clicks</li>
<li>support external monitor on the left</li>
</ul>
</li>
<li>
<ul>
<span>July 28, 2022</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v2.9/DockExposev2.9.zip">v2.9</a></h7>
<li>bug fixes - fix conflict with common accessibility app</li>
<li>pre v3.0 UI</li>
</ul>
</li>
<li>
<ul>
<span>April 27, 2022</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v2.4/DockExposev2.4.zip">v2.4</a></h7>
<li>fix annoying preview bug where you couldn't always preview the same app twice if you clicked out of it with the dock icon</li>
<li>check for updates on launch, save preferences, and more improvements</li>
</ul>
</li>
<li>
<ul>
<span>Jan 12, 2022</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v2.3/DockExposev2.3.zip">v2.3</a></h7>
<li>toggle showing/hiding apps when you click their dock icon</li>
</ul>
</li>
<li>
<ul>
<span>Jan 10, 2022</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v2.2/DockExposev2.2.zip">v2.2</a></h7>
<li>bottom dock now works on built-in & external monitor(s) at the same time</li>
</ul>
</li>
<li>
<ul>
<span>October 20, 2021</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v2.1/DockExposev2.1.zip">v2.1</a></h7>
<li>fix multi monitor support</li>
<li>stop showing exposé when Finder has 0 real windows open</li>
</ul>
</li>
<li>
<ul>
<span>October 18, 2021</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v2.0/DockExposev2.0.zip">v2.0</a></h7>
<li>Apps are no longer being pulled forward / auto activated</li>
</ul>
</li>
<li>
<ul>
<span>October 14, 2021</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v1.3/DockExposev1.3.zip">v1.3</a></h7>
<li>Add "Reduce Motion" option to menu bar</li>
<li>Improve preview pacing (app's sometimes opened exposé twice in a row)</li>
</ul>
</li>
<li>
<ul>
<span>October 6, 2021</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v1.2/DockExposev1.2.zip">v1.2</a></h7>
<li>Add menu bar icon</li>
<li>Add version / new updates reminder in preferences window</li>
</ul>
</li>
<li>
<ul>
<span>September 28, 2021</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/v1.1/DockExposev1.1.zip">v1.1</a></h7>
<li>Hovering on recent projects / files in preview FINALLY doesn't close App Exposé</li>
<li>window preview's no longer force a new preview every 3 seconds</li>
</ul>
</li>
<li>
<ul>
<span>September 25, 2021</span>
<h7><a href="https://github.com/steventheworker/Dock-Expos--home/releases/download/DockExpose/DockExposev1.0.zip">v1.0</a> (first release)</h7>
</ul>
</li>
</ul>
<div class="popup">
Thats "Free Open Source Software" for ya 😉<br />
you can support us via:<br />
<ul class="payment-methods">
<li><a href="https://www.paypal.com/biz/fund?id=EFHJW6S999DWS">PayPal</a></li>
<li><a title="Make a donation with our payment processor: Stripe" href="javascript:void(0);">Credit Card</a>
<ul>
<li><a href="https://buy.stripe.com/3cs3ea0Iu8uc5Ta288">$1</a></li>
<li><a href="https://buy.stripe.com/7sI7uq1MybGogxO8wy">$5</a></li>
<li><a href="https://buy.stripe.com/5kA9Cy1My25Oa9qbIJ">$20</a></li>
</ul>
</li>
<li>
<div>
<a class="donate-with-crypto"
href="https://commerce.coinbase.com/checkout/cd49b50b-4e50-451c-83b9-cadca1f233e9">
Donate with Crypto
</a>
<script src="https://commerce.coinbase.com/v1/checkout.js?version=201807">
</script>
</div>
</li>
</ul>
</div>
</p>
<div class="demo">
<ul class="labels">
<li><h2 class="activeLabel" id="0">Demo Video</h2></li>
<li>
<h2 id="1">Install Video</h2>
</li>
</ul>
<ul class="vids youtubePreviewMode">
<li class="activeVid">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/U65oZ6fHHFU"
title="App Install YouTube Video"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</li>
<li>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/RxzGwTwLpcU"
title="Showcase YouTube Video"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</li>
</ul>
</div>
</section>
<br />
<footer>
<hr width="99%" style="height: 12px;border: 0;box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);" />
<center>
<a class="popupLink" href="javascript:void(0);clickPopupLabel();">Support Free Open Source Software</a>
</center>
<br /><br />
<a href="https://dockalttab.netlify.app"><img height="128px" src="/sister.png" /></a>
<h2>
Check out Exposé's sister app:<br />
<a href="https://dockalttab.netlify.app">DockAltTab</a><br />
</h2>
<br />
<span style="font-weight: 100;">Last updated on 2/28/2024 at 10:14 PM PST</span>
</footer>
</body>
</html>