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

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


当前回答

我使用终端进行远程连接通过Telnet, RDC, SSH,… 在一个程序中结合最常用的协议。

URL: http://www.codeplex.com/Terminals

其他回答

我个人用薄荷糖。因此我使用Cygwin(因为据我所知,这是它唯一支持的shell)。

顺便说一句,还有一个问题:更好地使用Windows?我的发现。

我使用终端进行远程连接通过Telnet, RDC, SSH,… 在一个程序中结合最常用的协议。

URL: http://www.codeplex.com/Terminals

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

试试控制台2。

控制台是Windows控制台窗口的增强。控制台功能包括:多个选项卡,类似文本编辑器的文本选择,不同的背景类型,alpha和彩色键透明度,可配置的字体,不同的窗口样式

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

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

更新:

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