Lovely console emulator package for Windows
Go to file
Martin Kemp 8275f005b2 Added 2 to 2013
We aren't living in the past.
2015-02-19 10:37:43 +00:00
bin Adds info about command options 2015-01-08 20:43:45 +03:00
config Support UTF-8 file list 2015-01-29 00:57:17 +08:00
icons Now with icons! 2013-11-15 17:06:46 +01:00
launcher changes copied from 0f295234cc and 18fea0ac03 2014-11-20 11:08:37 -05:00
scripts Rework alias command to handle duplicates 2014-12-24 22:24:35 +03:00
vendor Merge pull request #374 from CumpsD/patch-1 2015-01-21 23:44:16 +00:00
.gitattributes Fix line ending handling if autocrlf is false. 2013-11-27 10:20:34 +01:00
.gitignore Add custom loader for Powershell, improve its implementation in Cmder 2014-09-17 09:55:15 +02:00
Cmder.bat keep the launcher for winxp 2013-12-24 20:45:43 +01:00
Cmder.exe 1.1.4.1 launcher build 2014-08-31 12:27:37 +01:00
msvcp120.dll Reintroduce VS2013 dlls. 2014-08-30 16:46:22 +01:00
msvcr120.dll Reintroduce VS2013 dlls. 2014-08-30 16:46:22 +01:00
packignore Don't ignore icons when packing (Fixes #292) 2014-10-23 10:38:36 +01:00
Readme.md Added 2 to 2013 2015-02-19 10:37:43 +00:00

Cmder

Latest release is v1.1.4.1

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.

Cmder Screenshot

Why use it

The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, that is makes it great for USB Sticks or Dropbox. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.

Installation

  1. Download the latest release
  2. Extract
  3. (optional) Place files into bin folder, it will be injected into your PATH.
  4. Run cmder

(There will be a version with installer)

Integration

So you've experimented with cmder a little and want to give it a shot in a more permanent home;

Shortcut to open Cmder in a chosen folder

  1. Open a terminal as an Administrator
  2. Navigate to the directory you have placed Cmder
  3. Execute .\cmder.exe /REGISTER ALL*

In a file explorer window right click in or on a directory to see "Cmder Here" in the context menu.

*If you get a message "Access Denied" ensure you are executing the command in an Administrator prompt.

Keyboard shortcuts

Tab manipulation

  • Ctrl + t : new tab dialog (maybe you want to open cmd as admin?)
  • Ctrl + w : close tab
  • Ctrl + d : close tab (if pressed on empty command)
  • Shift + alt + number : fast new tab: 1 - CMD, 2 - Powershell * - More to come
  • 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

(Some shortcuts are not yet documented, thought they exist, please add them here)

Features

Aliases

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

SSH Agent

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.batso it says @call "%CMDER_ROOT%/bin/agent.cmd".

Todo

  1. Complete PowerShell compatibility.
  2. Workaround git.exe overload after msysgit download (Granted this is an upstream issue).
  3. Redo Build/Pack scripts or remove them altogether.
  4. Git Bash
  5. Check for clink and git before injecting them

License

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.