Portable console emulator for Windows

Cmder is a software package created out of pure frustration over absence of nice console emulator on Windows. It is based on amazing software, spiced up with Monokai color scheme and custom prompt layout. Looking sexy from the start.

With help of the best

Think about cmder more as a software package than a separate app. All the magic is happening thought Conemu. With enhancements from clink.

Personally, I hate the absence of padding

Total portability

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.

Git and others

Oooh yes! if you decide to use the the slightly bigger msysgit version. You will have all Unix commands ready in PATH and you can git init or cat instantly on every machine.

Download

Github Repo (for issues/requests/sauce)
3 MB zipped  :  7 MB
(with msysgit) 115 MB zipped  :  250 MB Shockingly small 23 MB 7z

Installation

  1. Unzip (can take a while)
  2. (optional) Place your executables in /bin folder
  3. Run Cmder.bat

Keyboard shortcuts

Tab manipulation

  • 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
  • Ctrl + alt + number : Fast new tab:
    1. 1. CMD
    2. 2. PowerShell
  • Alt + enter: Fullscreen

Shell

  • Shift + Up : Traverse up in directory structure (lovely feature!)
  • End, Home, ctrl : Traversing text with 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 by using alias command like alias ls=ls --color $* They are pretty much just doskeys in file /config/aliases. One per line. And make sure to handle arguments by putting arguments variable $* somewhere.

Updating + Building

There is not much going on in this realm. 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 Ruby, wget and 7z. When you are set on that, just run build_cmder.rb.

PowerShell

I have to admit here that I am not a PS guy. So do not expect any improvement or tips in that spectrum. But if you are a PS geek You really should start submitting some amazing tweaks.

Other documentations

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: