More text changes

This commit is contained in:
Samuel Vasko 2013-09-28 21:07:18 +02:00
parent 66066d13f4
commit 4c0da2ea52
3 changed files with 90 additions and 51 deletions

View File

@ -58,6 +58,10 @@ a {
color: #1E90FF;
}
p {
padding-left: 8px;
}
h2 {
font-family: 'Lato', sans-serif;
font-style: italic;
@ -80,7 +84,7 @@ h2:before, h2:after {
h3 {
font-size: 1.3em;
margin: 2.3em 0 0 0;
padding: 0.5em;
padding: 8px;
background-color: #eee;
color: #222;
letter-spacing: 0.2em;
@ -90,9 +94,10 @@ h3 {
h4 {
color: #444;
text-indent: 0.5em;
text-indent: 8px;
text-rendering: optimizeLegibility;
font-size: 1.1em;
margin: 1em 0;
letter-spacing: 0.1em;
}
@ -179,7 +184,7 @@ main {
.information p {
margin: 0;
padding: 0.5em;
padding: 0 8px;
line-height: 1.4em;
}
@ -193,6 +198,10 @@ main {
margin: 1.5em 0 0 0;
}
#installation {
text-align: left;
}
.download small {
margin: 0.5em;
display: inline-block;
@ -218,27 +227,15 @@ code {
/* -------------- Lists -------------- */
ol, ul {
list-style: none;
}
ul {
padding-left: 0.6em;
list-style: none;
padding-left: 8px;
}
ul ol {
padding: 0 0 0 30px;
margin: 0.5em 0;
}
ol > li:before {
content: "1.";
padding: 1px 3px;
margin-right: 0.5em;
background-color: #eee;
font-family: Consolas, monaco, monospace;
border-radius: 2px;
font-size: 0.9em;
list-style: none;
}

BIN
img/bye_thumb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -3,8 +3,8 @@
<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">
<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">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,300italic,400italic' rel='stylesheet' type='text/css'>
@ -22,25 +22,31 @@
</header>
<main>
<h2 class="bit-1 copy">
Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul and some batch file magic. Monokai color scheme, amazing clink and custom prompt layout.
<h2 class="bit-1 copy"> Cmder is a software package created out of pure frustration over absence of usable
console emulator on Windows. It is based on ConEmu with major config overhaul and some batch file magic.
Monokai color scheme, amazing clink and custom prompt layout.
</h2>
<section class="container information">
<div class="bit-3">
<div class="imgWrapper"><img src="img/conemu_thumb.png" alt=""></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 thought <a href="https://code.google.com/p/conemu-maximus5/">Conemu</a>. With bits of enhancment from <a href="https://code.google.com/p/clink/">clink</a>.</p>
<p>Think about cmder more as a software package than a separate app. All the magic is happening thought
<a href="https://code.google.com/p/conemu-maximus5/">Conemu</a>. With bits of enhancment from
<a href="https://code.google.com/p/clink/">clink</a>.</p>
</div>
<div class="bit-3">
<img src="http://placehold.it/400x300" alt="">
<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 USB stick or in Cloud. So your settings, aliases and history can go anywhere you go. You will not see that ugly Windows prompt ever again.</p>
<p>Carry it with you on USB stick or in 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="bit-3">
<div class="imgWrapper"><img src="img/git_thumb.png" alt=""></div>
<h4>Git and others</h4>
<p>Oooh yes! if you decide to use the the <em>slightly</em> bigger <a href="https://code.google.com/p/msysgit/">msysgit</a> version. You will have all Unix commands ready in PATH and you can <code>git init</code> or <code>cat</code> instantly on every machine.</p>
<p>Oooh yes! if you decide to use the the <em>slightly</em> bigger <a href="https://code.google.com/p/msysgit/">
msysgit</a> version. You will have all Unix commands ready in PATH and you can <code>git init</code>
or <code>cat</code> instantly on every machine.</p>
</div>
</section>
@ -60,41 +66,77 @@ Cmder is a software package created out of pure frustration over absence of usab
<button class="blue">Download full</button>
<small>(with msysgit) 4 MB zipped &nbsp;:&nbsp; 8 MB </small>
</div>
<div id="installation">
<h4>Installation</h4>
<ol>
<li> Unzip (can take a while) </li>
<li> (optional) Place your executables in <code>/bin</code> folder</li>
<li> Run <strong>Cmder.bat</strong> </li>
</ol>
</div>
</section>
<section class="help">
<section class="container">
<section class="keys container">
<h3>Keyboard shortcuts</h3>
<div class="bit-2">
<h4>Tab manipulation</h4>
<ul>
<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>Ctrl + alt + number</code> : fast new tab:
<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>Ctrl + alt + number</code> : Fast new tab:
<ol>
<li>CMD</li>
<li>PowerShell</li>
<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="bit-2">
<h4>Shell</h4>
<ul>
<li><code>Shift + Up</code> : Traverse up in directory structure (lovely feature!)</li>
<li><code>End, Home, ctrl</code> : Traversing text with 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>
</section>
<section class="var_doc container">
<h3>Notes / Docs</h3>
<div class="bit-2">
<h4>Aliases</h4>
<p>There is simple support for aliases. They can by using alias command like <code>alias ls=ls --color $*
</code> They are pretty much just <em>doskeys</em> in file <code>/config/aliases</code>. One per line.
And make sure to handle arguments by putting arguments variable <code>$*</code> somewhere.</p>
<h4>Updating + Building</h4>
<p>There is not so much going on in this realm. But if you want to get recent updates for Conemu just
tick auto-updating in preferences. If you want to clone the repo and build it yourself. You will need <em>
Ruby, wget and 7z</em>. When you are set on that, just run <code>build_cmder.rb</code>.</p>
</div>
<div class="bit-2">
<h4>PowerShell</h4>
<p>I have to admit here that <em>I am not a <abbr title="PowerShell, Duh!">PS</abbr> guy</em>. So do not
expect any magic improvement or tips in that spectrum. But <strong>if you are a PS geek</strong> You
really should start submitting some amazing tweaks.</p>
<h4>Other documentations</h4>
<p>If you have trouble with anything I am happy to help. But you will have much bigger chances to find solution
on the pages of base projects. Those are:
<ul>
<li>Console emulator ~ <a href="https://code.google.com/p/conemu-maximus5/">Conemu</a></li>
<li>Cmd.exe enhancements ~ <a href="https://code.google.com/p/clink/">clink</a></li>
<li>Unix tools on windows ~ <a href="https://code.google.com/p/msysgit/">msysgit</a></li>
</ul></p>
</div>
</section>
</section>
</main>
</div>