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.
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
Installation
- Unzip (can take a while)
- (optional) Place your executables in
/bin
folder - Run Cmder.bat
Keyboard shortcuts
Tab manipulation
Ctrl + `
: Global Summon from taskbarWin + 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 tabCtrl + alt + number
: Fast new tab:1.
CMD2.
PowerShell
Alt + enter
: Fullscreen
Shell
Shift + Up
: Traverse up in directory structure (lovely feature!)End, Home, ctrl
: Traversing text with as usual on WindowsCtrl + r
: History searchShift + mouse
: Select and copy text from bufferRight 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: