我发现在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

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


当前回答

打开qukedit模式(但选区仍然是矩形,而不是行换行) 通过拖动来调整大小对我来说是可行的 您可以更改缓冲区大小,这将影响何时出现滚动条 pushd \ \ server \份额

即使有这些,cmd.exe也不是一个很好的控制台。请参阅关于同一主题的所有其他回复和早先的stackoverflow问题。来自sourceforge的“Console”项目看起来相当不错。

其他回答

控制台

从文档:

注意:控制台不是一个shell。 因此,它不实现shell 比如命令行补全, 语法着色、命令历史记录等。 控制台只是一个漂亮的前端 为你选择的外壳而死 (cmd.exe, 4NT, bash等 命令行实用程序也可以是 被Console用作“shell”。

作为编程外壳,可以使用ipython。

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

其他的

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

else

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

我使用cygwin的rxvt。它的行为很像一个xterm。

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

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

更新:

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

看看Take Command。

Take Command是一个全面的交互式GUI和命令行环境,使使用Windows命令提示符和创建批处理文件更容易和更强大。

(然而,Take Command是“不免费的”。)