Cmder Introduction
Official website: http://cmder.net/
Github:https://github.com/cmderdev/cmder
Cmder is a command-line tool under Windows that replaces the cmd that comes with Windows, very simple and beautiful to use.
- Full version Cmder built-in msysgit, support for Git and common Linux commands
- Support left and right split screen, multi-tab terminal
- Green Portable, unzip to use
Composition of the Cmder
Cmder combines several program components such as Msysgit, Conemu, and clink, so it also features a variety of components.
- Msysgit: Provides git for Windows related tools and directives tools commonly used in unix/linux environments
- CONEMU: Free DOS system emulator with multi-tag support and rich customization options
- Clink: integrates the GNU Readline function library into the native Windows command Prompt character window, providing powerful editing and input capabilities in command-column mode
01-Add Cmder to right-click menu
- Set environment variable cmder_home (Cmder.exe directory) and add in System path
%CMDER_HOME%
- In the CMD terminal of administrator privilege, execute
cmder.exe /REGISTER ALL
can
02-Set Default to use CMD, PowerShell, or bash
At the bottom of the Cmder interface, right click on the Settings page, Setting---"Startup---" Specified named task, select and save the settings.
03-Adjust Font size
Press CTRL + mouse wheel to adjust up and down.
04-Set Chinese encoding
If encountered in Chinese garbled: Setting---"Startup---" Environment, append set LANG=zh_CN.UTF8
or set LC_ALL=zh_CN.utf8
, and then restart Cmder.
05-Set Log
Setting---"Features---" check "Log console output (*)" and specify the log directory, then save the settings.
Command-line tools under the Tools-windows system Cmder