yousseb / meld

Meld for macOS
https://yousseb.github.io/meld/
GNU General Public License v2.0
2.27k stars 120 forks source link

Adding extra tip for executing meld from command line #145

Closed jasimmk closed 9 months ago

jasimmk commented 1 year ago

Added extra tip

:bulb:Tip: In order to open diff from command line/terminal, once installed, edit your ~/.zshrc or ~/.bash_profile and add the following lines

alias meld="open -W -a Meld $@"

You can use it like this: meld file1 file2 or meld folder1 folder2