首页 > 系统相关 >OS-Linux-Tool-可视化比较与合并工具Meld

OS-Linux-Tool-可视化比较与合并工具Meld

时间:2023-04-06 21:44:58浏览次数:57  
标签:files gnome Tool meld https Linux org OS Meld

OS-Linux-Tool-可视化比较与合并工具Meld

在Linux系统上有时会需要进行文件比较与合并,Meld能提供相关功能。

http://meldmerge.org/
http://meldmerge.org/help/

Meld Visual diff and merge tool

Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems.

Meld helps you review code changes and understand patches. It might even help you to figure out what's going on in that merge you keep avoiding.

Version control

  • Supports Git, Mercurial, Bazaar and Subversion
  • Check your changes, commit and push easily
  • View and manage version control states
  • Tool integration with e.g., git mergetool


File comparison

  • Compare, edit and merge files using live comparison updates
  • Navigate between changes and operate on change blocks
  • Simple text filtering for ignoring irrelevant differences
  • Three-way merge assistance with conflict handling and base version display


Folder comparison

  • Identify and manage missing or modified files across folders
  • Drill down into a file comparison for a detailed view of differences
  • Ignore certain files or folders for more useful comparisons


Others

  1. Resources
    Project page
    https://gitlab.gnome.org/GNOME/meld
    Source view
    https://gitlab.gnome.org/GNOME/meld/tree/main
    Issue tracker
    https://gitlab.gnome.org/GNOME/meld/issues
    Discussion
    https://discourse.gnome.org/tag/meld
    Translations
    https://l10n.gnome.org/module/meld/

  2. Project details
    License: GPLv2 or later, except as noted
    Primary authors: Kai Willadsen, Stephen Kennedy, Vincent Legoll

Developing

You can run Meld directly from your git clone, without installing:

$ git clone https://gitlab.gnome.org/GNOME/meld.git
$ bin/meld

在Ubuntu22.04x64映像的虚拟机中没有自带meld

$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install meld
$ meld

标签:files,gnome,Tool,meld,https,Linux,org,OS,Meld
From: https://www.cnblogs.com/yongchao/p/17294313.html

相关文章

  • LinuxNote
    centos设置默认以root身份登录vim打开custom.conf文件vim/etc/gdm/custom.conf修改AutomaticLoginEnable和AutomaticLogin为以下内容AutomaticLoginEnable=TrueAutomaticLogin=root......
  • Linux ln 命令
    Linuxln命令非常重要的命令,尤其是对于实施部署的同学,往往需要把日志文件软连接到数据盘Linuxln(英文全拼:linkfiles)命令是一个非常重要命令,它的功能是为某一个文件在另外一个位置建立一个同步的链接。当我们需要在不同的目录,用到相同的文件时,我们不需要在每一个需要的目录下......
  • Chrome浏览器插件 Undo Close Tab (恢复关掉的标签页)
    背景如果您经常使用Chrome浏览器,也许有时候会意外关闭一个标签页,从而丢失您正在查看的内容。这时您可能会感到非常烦恼,并希望能够迅速找回这个标签页。当然,您可以通过点击浏览器历史记录中的条目来找回被关闭的标签页,但这会消耗很多时间和精力。为了解决这个问题,开发人员推出了......
  • Linux find 命令
    Linuxfind命令常用命令寻找文件删除N天前的日志文件Linuxfind命令用于在指定目录下查找文件和目录。它可以使用不同的选项来过滤和限制查找的结果。语法find[path][expression]参数说明:path是要查找的目录路径,可以是一个目录或文件名,也可以是多个路径,多个路......
  • Linux diff 命令
    Linuxdiff命令Linuxdiff命令用于比较文件的差异。diff以逐行的方式,比较文本文件的异同处。如果指定要比较目录,则diff会比较目录中相同文件名的文件,但不会比较其中子目录。语法diff[-abBcdefHilnNpPqrstTuvwy][-<行数>][-C<行数>][-D<巨集名称>][-I<字符或字符串>]......
  • Linux diffstat命令
    Linuxdiffstat命令Linuxdiffstat命令根据diff的比较结果,显示统计数字。diffstat读取diff的输出结果,然后统计各文件的插入,删除,修改等差异计量。语法diff[-wV][-n<文件名长度>][-p<文件名长度>]参数:-n<文件名长度>指定文件名长度,指定的长度必须大于或等于所有文件中......
  • Linux chmod命令
    Linuxchmod命令这个命令必须掌握,尤其421这三个值有一定要记熟练Linuxchmod(英文全拼:changemode)命令是控制用户对文件的权限的命令Linux/Unix的文件调用权限分为三级:文件所有者(Owner)、用户组(Group)、其它用户(OtherUsers)。只有文件所有者和超级用户可以修改文件或目录的......
  • 【Azure 应用服务】使用Docker Compose创建App Service遇见"Linux Version is too lo
    问题描述使用DockerCompose方式合并多个镜像(Images)文件,然后部署到AppService中,结果失败。报错LinuxVersion太长,不能超过4000个字符。错误消息:{"code":"DeploymentFailed","message":"Atleastoneresourcedeploymentoperationfailed.Pleaselistdeploymentoper......
  • Linux chown 命令
    Linuxchown命令这个也是必须需要掌握的命令,是安全常用命令Linuxchown(英文全拼:changeowner)命令用于设置文件所有者和文件关联组的命令。Linux/Unix是多人多工操作系统,所有的文件皆有拥有者。利用chown将指定文件的拥有者改为指定的用户或组,用户可以是用户名或者用户ID,......
  • Linux 在游戏界的口碑树立
    说到娱乐,大家想到更多的肯定是游戏行业。王者荣耀、绝地求生、英雄联盟等游戏的运行都要依靠电脑来维持。那么什么是用来维持电脑运行的,让电脑运行的更稳定的呢?很多人会回答Windows平台,不得不承认Windows平台确实很普及,但是比Windows平台运行更稳定的当属Linux操作系统。并且Linux......