Avatar 😃

sujee.dev

AI DevRel • AI Engineer • Technical Instructor • Author • Speaker

  1. Home
  2. About
  3. DevRel
  4. Portfolio
  5. Services
  6. Talks
  7. Posts
  8. Search
    1. Dark Mode
Dev

Meld - a diff tool for MacOS

Nov 05, 2025
1 minute read
Macos Tool
Table of Contents
  • Meld: An Open source Diff tool for MacOS

Meld: An Open source Diff tool for MacOS

Meld is a great diff tool and it works well on Mac.

Here is how to install it on MacOS

1
brew install meld

And here is how to use Meld as the default diff tool for git.

1
2
git config --global merge.tool meld
git config --global diff.guitool meld   
Macos Tool
© 2020 - 2025 sujee.dev
Built with Hugo
Theme Stack designed by Jimmy