cmder/index.html

102 lines
4.5 KiB
HTML
Raw Normal View History

2013-09-25 04:07:13 +08:00
<!DOCTYPE html>
<html 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">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,300italic,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/lemonade.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="wrapper">
<header>
<div id="logo"><img src="img/logo.svg"></div>
<img id="title_image" src="img/main.jpg" height="732" width="1366">
</header>
<main>
<h2 class="bit-1 copy">
Cmder is clever combination of some great Windows software. Packaged in seamless way using `.bat` files (yea really). Portable, fast, sexy.
</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>
</div>
<div class="bit-3">
<img src="http://placehold.it/400x300" alt="">
<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>
</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>
</div>
</section>
<h3>Download</h3>
<section class="download container">
<div class="bit-2">
<button class="gray">Download mini</button>
<small>4 MB zipped &nbsp;:&nbsp; 8 MB unzipped</small>
</div>
<div class="bit-2">
<button class="blue">Download full</button>
<small>4 MB zipped &nbsp;:&nbsp; 8 MB unzipped</small>
</div>
</section>
<section class="help">
<section class="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:
<ol>
<li>CMD</li>
<li>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>
</ul>
</div>
</section>
</section>
</main>
</div>
<footer class="container">
<small>Samuel Vasko ~ sometime in 2013</small>
</footer>
</body>
</html>