When working on Windows i use WinMerge. I am looking for something similar for Mac.
I need to be able to merge files and folders (recursively).
Any suggestions?
22 Answers
FileMerge is a tool that comes with Xcode. In Terminal.app you can do a diff with it, named opendiff there. See man opendiff
Kaleidoscope for diff, Gitbox for merging (you'll have to use Git though). The two can work together.
3