0% found this document useful (0 votes)
936 views

Cmder - Console Emulator

Cmder is a software package that provides a portable console emulator for Windows. It is based on ConEmu and clink and provides a terminal experience that looks and feels similar to Unix terminals. Cmder can be easily carried around via USB or cloud storage. It also includes useful Unix tools like Git that allow users to use common commands directly in the terminal.

Uploaded by

kgjklgk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
936 views

Cmder - Console Emulator

Cmder is a software package that provides a portable console emulator for Windows. It is based on ConEmu and clink and provides a terminal experience that looks and feels similar to Unix terminals. Cmder can be easily carried around via USB or cloud storage. It also includes useful Unix tools like Git that allow users to use common commands directly in the terminal.

Uploaded by

kgjklgk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Portable console emulator for Windows

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.

With help of the best To t a l p o r t a b i l i t y Git and others

Think about cmder more as a software Carry it with you on a USB stick or in the Oooh yes! If you decide to use the slightly
package than a separate app. All the Cloud, so your settings, aliases and bigger git-for-windows version, you will
magic is happening through ConEmu. history can go anywhere you go. You will have all Unix commands ready in PATH
With enhancements from Clink. not see that ugly Windows prompt ever so that you can git init or cat
again. instantly on every machine.

Download

L a t e s t Ve r s i o n : v 1 . 3 . 1 2

GitHub Repository (for issues/requests/source)

Download Mini Download Full

~8.5MB (with Git for Windows) ~114MB or ~61MB 7z

Installation
1. Unzip
2. (optional) Place your own executable les into the bin folder to be
injected into your PATH.
3. Run Cmder (Cmder.exe)

Keyboard shortcuts

Ta b m a n i p u l a t i o n

Ctrl + ` : Global Summon from taskbar


Win + Alt + p : Preferences (Or right click on title bar)
Ctrl + t : New tab dialog (maybe you want to open cmd as admin?)
Ctrl + w : Close tab
Shift + Alt + number : Fast new tab:

1. CMD
2. PowerShell

Alt + Enter : Fullscreen

Shell

Ctrl + Alt + u : Traverse up in directory structure (lovely feature!)


End, Home, Ctrl : Traverse text as usual on Windows
Ctrl + r : History search
Shift + mouse : Select and copy text from buffer
Right click / Ctrl + Shift + v : Paste text

Notes / Docs

Aliases

There is simple support for aliases. They can be created by using the alias command like this: alias ls=ls --color $* . They are pretty
much just doskeys in /config/aliases . One per line. And make sure to handle arguments by putting argument variables $* somewhere.

Updating + Building

There is not much going on here. But if you want to get most recent updates for Conemu just tick auto-updating in preferences. If you want to
clone the repo and build it yourself, you will need PowerShell >=3.0 and 7z. When you are set on that, just run scripts/build.ps1 .

Documentations

Most of the Cmder functionality are documented in the readme le on GitHub. We have extented help available in Cmder Wiki, also
regarding integration.

If you're having trouble with anything, please have a look at the GitHub issues, or create a new one.
We'll be happy to help, but you might have a better chance to nd solutions on the pages of the upstream projects. Those are:

Console emulator ~ Conemu


Cmd.exe enhancements ~ clink
Unix tools on windows ~ git for windows

Created by Samuel Vasko


Maintained by Martin Kemp, the cmderdev team and more outstanding contributors.

You might also like