holman / spaceman-diff

diff images from the command line
http://zachholman.com/posts/command-line-image-diffs/
MIT License
467 stars 13 forks source link

Output relative paths instead of filenames #11

Closed holman closed 8 years ago

holman commented 8 years ago

This brings spaceman-diff's output closer to git-diff's output; instead of just the filename, we'll now print the relative path to the file instead.

i.e.:

screenshot

Fixes #10.