我发现在Windows的命令行中工作令人沮丧,主要是因为与linux和OS X上的“rxvt”、“xterm”或“terminal”等终端应用程序相比,控制台窗口使用起来很糟糕。主要的投诉:

No standard copy/paste. You have to turn on "mark" mode and it's only available from a multi-level popup triggered by the (small) left hand corner button. Then copy and paste need to be invoked from the same menu You can't arbitrarily resize the window by dragging, you need to set a preference (back to the multi-level popup) each time you want to resize a window You can only make the window so big before horizontal scroll bars enter the picture. Horizontal scroll bars suck. With the cmd.exe shell, you can't navigate to folders with \\netpath notation (UNC?), you need to map a network drive. This sucks when working on multiple machines that are going to have different drives mapped

是否有任何技巧或应用程序(付费或其他)可以解决这些问题?


当前回答

在github上有一个小程序mo.exe可以解决前三个问题: https://github.com/boolship/Mo

它运行在正常的DOS控制台窗口,Git Bash在Windows等。

更新:

该链接现在已弃用,请使用:https://github.com/boolship/MoDi

其他回答

我想你会喜欢PowerCMD,你可以同时工作4个命令窗口。此外,您还可以在PowerCMD中使用许多额外的命令。 PowerCMD

为什么不用Putty呢?

我在Windows上也有这些问题很多年了,但我最近发现了这个项目: 控制台

它仍然需要“标记模式”复制/粘贴,但至少可以从右键上下文菜单(所以你不需要将鼠标移动到左上角,然后再次移动到你想要选择的文本)

cmd.exe不支持UNC路径,但PowerShell支持。 (控制台可以配置为使用任何shell,包括cmd.exe和PowerShell)

使用Gow.exe .. 这将使你的DOS-Prompt作为Linux终端…

其他的

使用ZOC.exe……它的试用期终端…

else

安装Git ..它提供了一个bash-控制台,在那里你可以部分地使用Unix命令

接受命令。它已经存在很长时间了(以前是4DOS)。我在Windows NT 3.5(!)上使用了它,并且很喜欢它。

Cygwin允许您在Windows上运行X,因此您可以启动xterm或任何您喜欢的终端应用程序,还可以获得使用UNIX shell的好处。