问题描述
我不喜欢 CMD.EXE,内置的 Windows 终端.它的问题包括:
难以复制和粘贴.
难以调整窗口大小.
很难打开另一个窗口(没有菜单选项可以做到这一点).
好像总是从C:WindowsSystem32开始,超级没用.
奇怪的滚动.有时它会向下滚动到很远的空白区域,您必须向上滚动到实际填充窗口的位置.
我喜欢 Cygwin,但 Cygwin 的问题在于它运行不同的可执行文件.Cygwin Python 与 Windows Python 不同,它们链接到不同的库和东西.
谢谢.
我是 Cmder 的粉丝,该软件包包括 clink、conemu、msysgit 和一些美容增强功能.
I don't like CMD.EXE, the built-in Windows terminal. Among its problems:
Hard to copy and paste.
Hard to resize the window.
Hard to open another window (no menu options do this).
Seems to always start in C:WindowsSystem32, which is super useless.
Weird scrolling. Sometimes it scrolls down really far into blank space, and you have to scroll up to where the window is actually populated.
I love Cygwin, but the problem with Cygwin is that it runs different executables. The Cygwin Python is different than the Windows Python, they are linked against different libraries and stuff.
Thanks.
I am a fan of Cmder, a package including clink, conemu, msysgit, and some cosmetic enhancements.
https://github.com/cmderdev/cmder
https://chocolatey.org/packages/Cmder
这篇关于除了 CMD.EXE 之外的其他 Windows shell?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!