Vista控制台应用程序?
时间:2020-03-05 18:46:53 来源:igfitidea点击:
我最近在Ruby中做了很多工作,并且使用
ruby script/console
绝对至关重要。但是,我真的对Vista中的默认Windows控制台感到失望,特别是在存在一个非常烦人的错误时,当屏幕底部的光标不规则地向后移动时,光标会向后跳回。是否有人在Windows中使用过不错的控制台应用程序?
解决方案
回答
电源外壳
Windows PowerShell is Microsoft's task automation framework, consisting of a command-line shell and associated scripting language built on top of, and integrated with the .NET Framework. PowerShell provides full access to COM and WMI, enabling administrators to perform administrative tasks on both local and remote Windows systems.
回答
我使用Console2.
我喜欢选项卡式的界面,如果文本在行尾中断,则该副本可以正常工作。
回答
我在rxvt上有一些愉快的经历(cygwin附带,不需要运行x服务器)。腻子通常也被认为是很好的选择。
我们也可以尝试使xterm工作:)
回答
我们要调整控制台窗口的大小吗?我发现使用readline库的ruby脚本(irb等)在调整大小的控制台窗口(在XP或者Vista中)无法正常工作。
实际上,我相信readline库希望控制台窗口的宽度为80个字符,而其他任何东西都会变得混乱。到目前为止,我还没有找到一种在不放弃其他出色功能的情况下在Windows上进行修复的方法。