Answers:
好吧,我不知道一个独特的软件完美地完成它,但是,我知道两个很棒的软件(一个用于终端模拟器,另一个用于shell命令)可以一起工作并完美地完成它。
ConEmu(用于Windows的Linux终端仿真器) 和 WinBash(Linux bash程序到Windows)
conemu
在目录中( C:/conemu
) win-bash
目录中的文件( C:/winbash
) 打开 conemu
C:/conemu/ConEmu.exe
要么 C:/conemu/ConEmu64.exe
Startup
菜单 Command Line
项目 C:/winbash/sh.exe
路径 Save Settings...
conemu
您也可以使用您想要的任何其他shell库,我个人使用 Gt Bash 代替 win-bash
因为 Git Bash
是win-bash还有更多命令,比如 git
和 curl
但是,你可以放入你的自定义 .exe, .dlls etc.
在 C:/winbash
夹。
Git Bash
代替 win-bash
安装它并设置 $GIT_INSTALLATION_PATH/bin/sh.exe
在3.4步骤中, C:\Program Files (x86)\Git\bin\sh.exe
(例如)改为 C:/winbash/sh.exe
Obs:我不使用 git bash
代替 conemu
因为 conemu
在我看来,互动更好。