Tags: afthill/icdiff
Tags
Make icdiff start producing output faster by using generators all the way through to emit output as we get it.
Space fullwidth characters properly when treating input as unicode.
Added --recursive option; better error message when given directories… … without --recursive. Fixes jeffkaufman#15.
Flush stdout when we're done; should fix jeffkaufman#10.
Don't print stack traces on Ctrl+C or when piping into something that… … quits.
Add --no-bold option. Fixes jeffkaufman#6, closes jeffkaufman#7.