Latest release is v1.2
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. Monokai color scheme, amazing clink and custom prompt layout.
The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, which makes it great for USB Sticks or Dropbox - you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere!
- Download the latest release
- Extract
- (optional) Place your own executable files into the
bin
folder to be injected into your PATH. - Run cmder
(There will be a version with installer)
So, you've experimented with cmder a little and want to give it a shot in a more permanent home:
- Open a terminal as an Administrator
- Navigate to the directory you have placed Cmder
- Execute
.\cmder.exe /REGISTER ALL
If you get a message "Access Denied" ensure you are executing the command in an Administrator prompt.
In a file explorer window right click in or on a directory to see "Cmder Here" in the context menu.
Ctrl + t
: new tab dialog (maybe you want to open cmd as admin?)Ctrl + w
: close tabCtrl + d
: close tab (if pressed on empty command)Shift + alt + number
: fast new tab:1
- CMD,2
- Powershell*
- More to comeAlt + enter
: Fullscreen
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 buffer
(Some shortcuts are not yet documented, thought they exist - please document them here)
You can define simple aliases with command alias name=command
.
For example there is one defined for you alias e.=explorer .
All aliases will be saved in /config/aliases
file
To start SSH agent simply call agent
, which is in the bin
folder.
If you want to run SSH agent on startup, uncomment the line in /vendor/init.bat
so it says @call "%CMDER_ROOT%/bin/agent.cmd"
.
- Git Bash
- Check for clink and git before injecting them (Sort of done)
You can download builds of the current development branch by going to Appveyor via the following link:
All software included is bundled with own license
The MIT License (MIT)
Copyright (c) 2015 Samuel Vasko
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.