-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
278 lines (253 loc) · 13.5 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Cmder | Console Emulator</title>
<meta name="description" content="cmder is software package that provides great console experience even on Windows">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic' type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<header>
<div id="logo">
<img src="img/logo.svg" alt="Almost wish there was a number 3 near the lambda, don't you think?">
</div>
<div id="pitch">Portable console emulator for Windows</div>
<img id="title_image" src="img/main.png" height="732" width="1366" alt="Mmmm Monokai.">
</header>
<main>
<div class="row">
<h2 class="col-lg copy"> Cmder is a software package created out of pure frustration over the absence of nice console emulators on
Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt
layout, looking sexy from the start.
</h2>
</div>
<section class="information">
<div class="row">
<div class="col-md">
<div class="imgWrapper">
<img src="img/conemu_thumb.png" alt="ConEmu, which is used in cmder.">
</div>
<h4>With help of the best</h4>
<p>Think about cmder more as a software package than a separate app. All the magic is happening through
<a href="https://conemu.github.io">ConEmu</a>. With enhancements from
<a href="https://chrisant996.github.io/clink/">Clink</a>.
</p>
</div>
<div class="col-md">
<div class="imgWrapper">
<img src="img/bye_thumb.png" alt="Personally, I hate the absence of padding">
</div>
<h4>Total portability</h4>
<p>Carry it with you on a USB stick or in the Cloud, so your settings, aliases and history can go anywhere
you go. You will not see that ugly Windows prompt ever again.</p>
</div>
<div class="col-md">
<div class="imgWrapper">
<img src="img/git_thumb.png" alt="Look at all these neat binaries included.">
</div>
<h4>Git and others</h4>
<p>Oooh yes! If you decide to use the
<em>slightly</em> bigger
<a href="https://gitforwindows.org/">
git-for-windows</a> version, you will have all Unix commands ready in PATH so that you can
<code>git init</code> or
<code>cat</code> instantly on every machine.
</p>
</div>
</div>
</section>
<h3>Download</h3>
<section class="download">
<div class="github">
<h4 id="latest-version"> </h4>
<a href="https://github.com/cmderdev/cmder">GitHub Repository</a> (for issues/requests/source)
</div>
<div class="row">
<div class="col">
<a class="btn btn-default" id="mini" onclick="_gaq.push(['_trackEvent', 'Download', 'mini'])" href="https://github.com/cmderdev/cmder/releases/latest">
Download Mini
</a>
<small id="mini-size">~7.8MB</small>
</div>
<div class="col">
<a class="btn btn-primary" id="full" onclick="_gaq.push(['_trackEvent', 'Download', 'full'])" href="https://github.com/cmderdev/cmder/releases/latest">
Download Full
</a>
<small>(with Git for Windows)
<span id="full-size">~100MB</span>
</small>
<small>
<em> or </em>
<a id="7z" onclick="_gaq.push(['_trackEvent', 'Download', 'full', '7z'])" href="https://github.com/cmderdev/cmder/releases/latest">
<span id="7z-size">~52MB</span> 7z
</a>
</small>
</div>
</div>
<div id="installation">
<h4>Installation</h4>
<ol>
<li>Unzip</li>
<li>(optional) Place your own executable files into the
<code>bin</code> folder to be injected into your PATH.</li>
<li>Run
<strong>Cmder</strong>
<em>(Cmder.exe)</em>
</li>
</ol>
</div>
</section>
<section class="keys">
<h3>Keyboard shortcuts</h3>
<div class="row">
<div class="col-lg">
<h4>Tab manipulation</h4>
<ul>
<li>
<code>Ctrl + `</code> :
<strong>Global</strong> Summon from taskbar</li>
<li>
<code>Win + Alt + p</code> : Preferences (Or right click on title bar)</li>
<li>
<code>Ctrl + t</code> : New tab dialog (maybe you want to open cmd as admin?)</li>
<li>
<code>Ctrl + w</code> : Close tab</li>
<li>
<code>Shift + Alt + number</code> : Fast new tab:
<ol>
<li>
<code>1.</code> CMD</li>
<li>
<code>2.</code> PowerShell</li>
</ol>
</li>
<li>
<code>Alt + Enter</code> : Fullscreen</li>
</ul>
</div>
<div class="col-lg">
<h4>Shell</h4>
<ul>
<li>
<code>Ctrl + Alt + u</code> : Traverse up in directory structure (lovely feature!)</li>
<li>
<code>End, Home, Ctrl</code> : Traverse text as usual on Windows</li>
<li>
<code>Ctrl + r</code> : History search</li>
<li>
<code>Shift + mouse</code> : Select and copy text from buffer</li>
<li>
<code>Right click / Ctrl + Shift + v</code> : Paste text </li>
</ul>
</div>
</div>
</section>
<section class="var_doc">
<h3>Notes / Docs</h3>
<div class="row">
<div class="col-lg">
<h4>Aliases</h4>
<p>There is simple support for aliases. They can be created by using the
<code>alias</code> command like this:
<code>alias ls=ls --color $*</code>. They are pretty much just
<em>doskeys</em> in
<code>/config/aliases</code>. One per line. And make sure to handle arguments by putting argument variables
<code>$*</code> somewhere.</p>
<h4>Updating + Building</h4>
<p>There is not much going on here. But if you want to get most recent updates for Conemu just tick
<em>auto-updating</em> in preferences. If you want to clone the repo and build it yourself, you will
need
<em>PowerShell >=3.0 and 7z</em>. When you are set on that, just run
<code>scripts/build.ps1</code>.</p>
</div>
<div class="col-lg">
<h4>Documentations</h4>
<p>Most of the Cmder functionality are documented in the
<a href="https://github.com/cmderdev/cmder/blob/master/README.md">readme</a> file on GitHub.
We have extented help available in <a href="https://github.com/cmderdev/cmder/wiki">Cmder Wiki</a>, also regarding integration.
</p>
<p>
If you're having trouble with anything, please have a look at the GitHub
<a href="https://github.com/cmderdev/cmder/issues?q=is:issue">issues</a>, or create
<a href="https://github.com/cmderdev/cmder/issues/new">a new one</a>. <br />
We'll be happy to help, but you might have a better chance to find
solutions on the pages of the upstream projects. Those are:</p>
<ul>
<li>Console emulator ~
<a target="_blank" href="https://conemu.github.io/">Conemu</a>
</li>
<li>Cmd.exe enhancements ~
<a target="_blank" href="https://chrisant996.github.io/clink/">clink</a>
</li>
<li>Unix tools on windows ~
<a target="_blank" href="https://gitforwindows.org/">git for windows</a>
</li>
</ul>
</div>
</div>
</section>
</main>
</div>
<footer class="container">
Created by
<a href="https://github.com/samvasko">Samuel Vasko</a>
<br> Maintained by
<a href="https://github.com/MartiUK">Martin Kemp</a>,
<a href="https://github.com/cmderdev">the cmderdev team</a> and more outstanding
<a href="https://github.com/cmderdev/cmder/graphs/contributors">contributors</a>.
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35740802-2']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" defer="defer">
$(document).ready(function () {
getLatestReleases();
})
function getSizeInMb(bytes, decimal) {
var decimal = decimal || 0;
var size = (bytes / Math.pow(2, 20));
return '~' + (decimal == 0 ? Math.ceil(size) : size.toFixed(decimal)) + 'MB';
}
function getLatestReleases() {
$.getJSON("https://api.github.com/repos/cmderdev/cmder/releases/latest").done(function (release) {
$("#latest-version").html("Latest Version: " + release.name);
for (const asset of release.assets) {
switch (asset.name) {
case "cmder.zip":
$("#full").attr("href", asset.browser_download_url);
$("#full-size").html(getSizeInMb(asset.size));
break;
case "cmder_mini.zip":
$("#mini").attr("href", asset.browser_download_url);
$("#mini-size").html(getSizeInMb(asset.size, 1));
break;
case "cmder.7z":
$("#7z").attr("href", asset.browser_download_url);
$("#7z-size").html(getSizeInMb(asset.size));
break;
}
}
})
}
</script>
</body>
</html>