是否“融合”?有命令行风格吗?

发布于 2024-10-10 05:52:15 字数 189 浏览 4 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

护你周全 2024-10-17 05:52:15

我不这么认为。您可以使用

meld file1 file2 --output=file3

设置目标文件来保存合并结果,但它仍然会打开GUI(合并毕竟是视觉上的不同)

I don't think so. You can use

meld file1 file2 --output=file3

to set the target file for saving a merge result, but it will still open the GUI (meld is after all a visual differ)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文