Created
June 8, 2012 14:24
-
-
Save kristofferh/2895878 to your computer and use it in GitHub Desktop.
Open FileMerge from command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open FileMerge from command line | |
opendiff | |
If the command-line doesn't work, and you have no /Developer directory anymore, you probably need to: | |
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer |
Excellent! It also works with:
opendiff file1 file2
Is there a way for it to block until the user is done, e.g. opendiff --wait
analogous to VS Code's code --wait
? opendiff --wait
does not work.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!