I'm looking for an OSX visual diff tool that gives me only the changes plus a few before/after lines in context. Essentially what you get with unix diff context format, but in a visual diff tool.
SourceTree does a great job of this, showing only the hunks that have changed (example). , but I would like to compare arbitrary directories and then their files.
I know there are several SO questions on OSX diff tools, but I can't seem to find this key feature in any of them. Or maybe I am missing a view option in one of them?