cmder/index.html

149 lines
7.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">
2013-09-29 03:07:18 +08:00
<title>cmder | Console Emulator</title>
<meta name="description" content="cmder is software package that provides great console experience even on Windows">
2013-09-25 04:07:13 +08:00
<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>
2013-09-25 04:23:19 +08:00
<div id="pitch">Portable console emulator for Windows</div>
2013-09-25 04:07:13 +08:00
<img id="title_image" src="img/main.jpg" height="732" width="1366">
</header>
<main>
2013-09-29 03:07:18 +08:00
<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.
2013-09-25 04:07:13 +08:00
</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>
2013-09-29 03:07:18 +08:00
<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>
2013-09-25 04:07:13 +08:00
</div>
<div class="bit-3">
2013-09-29 03:07:18 +08:00
<div class="imgWrapper"><img src="img/bye_thumb.png" alt="Personally, I hate the absence of padding"></div>
2013-09-25 04:07:13 +08:00
<h4>Total portability</h4>
2013-09-29 03:07:18 +08:00
<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>
2013-09-25 04:07:13 +08:00
</div>
<div class="bit-3">
<div class="imgWrapper"><img src="img/git_thumb.png" alt=""></div>
<h4>Git and others</h4>
2013-09-29 03:07:18 +08:00
<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>
2013-09-25 04:07:13 +08:00
</div>
</section>
<h3>Download</h3>
<section class="download container">
2013-09-26 03:41:58 +08:00
<div class="bit-1">
<a href="https://github.com/bliker/cmder">Github Repo</a> (for issues/requests/sauce)
</div>
2013-09-25 04:07:13 +08:00
<div class="bit-2">
<button class="gray">Download mini</button>
2013-09-26 03:41:58 +08:00
<small>4 MB zipped &nbsp;:&nbsp; 8 MB</small>
2013-09-25 04:07:13 +08:00
</div>
<div class="bit-2">
<button class="blue">Download full</button>
2013-09-26 03:41:58 +08:00
<small>(with msysgit) 4 MB zipped &nbsp;:&nbsp; 8 MB </small>
2013-09-25 04:07:13 +08:00
</div>
2013-09-29 03:07:18 +08:00
<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>
2013-09-25 04:07:13 +08:00
2013-09-29 03:07:18 +08:00
<section class="keys container">
<h3>Keyboard shortcuts</h3>
<div class="bit-2">
<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>Ctrl + alt + number</code> : Fast new tab:
2013-09-25 04:07:13 +08:00
<ol>
2013-09-29 03:07:18 +08:00
<li><code>1.</code> CMD</li>
<li><code>2.</code> PowerShell</li>
2013-09-25 04:07:13 +08:00
</ol>
</li>
<li><code>Alt + enter</code>: Fullscreen</li>
2013-09-29 03:07:18 +08:00
</ul>
</div>
<div class="bit-2">
<h4>Shell</h4>
<ul>
2013-09-25 04:07:13 +08:00
<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>
2013-09-29 03:07:18 +08:00
<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>
2013-09-25 04:07:13 +08:00
</main>
</div>
<footer class="container">
<small>Samuel Vasko ~ sometime in 2013</small>
</footer>
</body>
2013-09-29 03:07:18 +08:00
</html>