darius / tush

Literate testing for command-line programs
BSD 3-Clause "New" or "Revised" License
56 stars 6 forks source link

Coloured diff output? #3

Open sbrl opened 3 years ago

sbrl commented 3 years ago

It would make it much easier to read if the diffing output would be coloured.

darius commented 3 years ago

I think you could do that with a diff --color on this line: https://github.com/darius/tush/blob/master/bin/tush-check#L11

sbrl commented 3 years ago

Yeah, that would work! :heart: