While syncing my Denote and Org-roam notes (don't ask), I was looking for a visual diff tool for folders. My goodness they seem expensive. I used Araxis Merge years ago and tested Kaleidoscope, but would rather not spend that much for such an occasional-use tool.
Then I remembered that `bbdiff` comes with BBEdit so I used that. Not as pretty, but good enough.
@jbaty You can use the amazing difftastic to diff directories visually. Its beautiful and "Just Works"
```
difft <dir1> <dir2>
```
@nshephard Nifty! I'll give it a whirl, thanks!