简体   繁体   English

Windows版GUI中的Unix工具

[英]Unix tools in GUI for Windows

I am a Windows user and would really like to have the power of the Unix command-line for things to speed up programming. 我是Windows用户,真的很想拥有Unix命令行的功能来加快编程速度。 (clean up datafiles, search for occurrences of things in files, file/folder operations/ etc.) (清理数据文件,搜索文件中事物的出现,文件/文件夹操作等)

Now I know that using Cygwin and a few ports, I could use these command-line tools in Windows as well. 现在,我知道使用Cygwin和一些端口,我也可以在Windows中使用这些命令行工具。

However, the idea of diving into cryptic command-lines seems hardly tempting. 但是,进入神秘的命令行的想法似乎并不诱人。

Is there a GUI which has all the UNIX command-line tools, and which allows for simple drag/drop, connect the lines, set some properties, preview, and save the scripts? 是否有一个包含所有UNIX命令行工具的GUI,该GUI允许简单的拖放,连接线,设置一些属性,预览和保存脚本?

I do not think you will get around doing it the old fashioned way. 我认为您不会以老式的方式进行操作。 To my knowledge there's no GUI for this. 据我所知,没有GUI。 But keep in mind that the command line is also a paradigm for the Unix tools and they would not transfer to a GUI very well. 但是请记住,命令行也是Unix工具的范例,它们不会很好地转移到GUI。

Try this software 试试这个软件

Connection Manager 连接管理器

If you were to use a Unix-like OS with a GUI — you would quickly realise that the GUI is not as polished as the Windows GUI. 如果你使用一个类Unix操作系统与GUI -你会很快意识到GUI 并不像Windows的GUI为抛光。

And to use the command-line tools in such as system you would open an 'xterm' or 'Konsole' which looked pretty much like Cygwin anyway. 并且要在诸如此类的系统中使用命令行工具,您将打开一个看起来像Cygwin的“ xterm”或“ Konsole”。

So you have to decide do you want to try command-line stuff (with Cygwin) or not. 因此,您必须确定是否要尝试命令行工具(与Cygwin一起使用)。

The command-line needs be only as cryptic as you want, and there is a learning curve which you can't avoid, but you can attack at your own pace. 命令行只需要像您想要的那样隐秘,就可以避免学习曲线 ,但是您可以按照自己的节奏进行攻击。

I am not sure about how far this will go. 我不确定这将走多远。 Windows is inherently GUI based and the command line is (atleast culturally) seen as a step backwards. Windows本质上是基于GUI的,命令行(至少在文化上)被视为倒退。

However, there are attempts in the UNIX world to bring command line power to the desktop. 但是,在UNIX世界中,有尝试将命令行功能引入桌面。 I'm not sure how much it helps you but it might start some productive trains of thought. 我不确定它对您有多大帮助,但它可能会启动一些富有成效的思路。 The relevant link is here . 相关链接在这里 As far as I can tell, most of them rely on extending the file browser (explorer on windows) with plugins and simple scripts to automate tasks. 据我所知,它们大多数依靠插件和简单脚本扩展文件浏览器(Windows上的浏览器)来自动执行任务。 Perhaps this is an approach you can try. 也许这是您可以尝试的方法。

不适用于Windows,但这是一篇关于使用WebKit创建* nix终端的更多内容的不错的文章: http : //acko.net/blog/on-termkit

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM