是否“融合”?有命令行风格吗?
meld 是否支持自动合并功能,如“kdiff3”那样?
使用 kdiff3,您可以:
kdiff3 file1 file2 -o outfile
并且不必打开 GUI。
那么你能用 meld 做到这一点吗?我在合并手册中没有找到相关主题。
谢谢!
Does meld support automatic merging ability, like 'kdiff3' does?
With kdiff3, you can do:
kdiff3 file1 file2 -o outfile
and do not have to open the GUI.
So can you do such with meld? I didn't find related topic in meld manual.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不这么认为。您可以使用
设置目标文件来保存合并结果,但它仍然会打开GUI(合并毕竟是视觉上的不同)
I don't think so. You can use
to set the target file for saving a merge result, but it will still open the GUI (meld is after all a visual differ)