Gabriella439 / nix-diff

Explain why two Nix derivations differ
BSD 3-Clause "New" or "Revised" License
357 stars 19 forks source link

Add new `--line-oriented` flag #22

Closed Gabriella439 closed 5 years ago

Gabriella439 commented 5 years ago

Fixes https://github.com/Gabriel439/nix-diff/issues/21

Enabling this flag displays textual diffs in a line-oriented manner instead of a textual manner. If the diff is colored then the color is still used to distinguish additions and removals of lines. If not, then a leading - or + is used instead.