A very simple, beautiful and easy to use cmd replacement in Windows environment, which supports most Linux commands. It supports ssh connection to Linux and is very convenient to use.

Screenshot of the interface:

 Recommend an open source super easy-to-use tool Cmder, which can replace cmd

Installation tutorial:

1) Go to the official download first, Click here to arrive directly

2) Pull to the bottom of the website to download. There are mini and full versions. Full version is recommended
 Recommend an open source super easy-to-use tool Cmder, which can replace cmd

3) After downloading, unzip the file directly, remember the unzipped directory, and then add the environment variables in the following order: My Computer - Right click Properties - Advanced System Configuration - System Properties - Advanced - Environment Variables. Add the unzipped cmder.exe executable full path to PATH Keep it inside.

4) Open the cmder.exe program as an administrator for the first time and make some simple optimizations:
4.1) Chinese garbled code solution:
Right click Setting , on Startup -> Environment Add the following statement in:

 set LANG=zh_CN.UTF-8

4.2) Add cmder to the context menu:
Execute the following line of code in cmder:

 cmder.exe /REGISTER ALL

4.3) Modify command prompt symbols
The default command prompt for cmder is λ, If you want to change it to a common $, the specific steps are as follows:
Open the vendor clink.lua file in the cmder unzipped directory,
search {lamb} Change to the desired symbol, and then restart the cmder.

5) Note: cmder is very powerful. You can find and dig in the actual application,
Cmder = Cmd + PowerShell + Git for Windows + "bash"

Open source github address: https://github.com/cmderdev/cmder

Article Contents