css-diff icon indicating copy to clipboard operation
css-diff copied to clipboard

Only show diffs

Open mminklet opened this issue 9 years ago • 1 comments
trafficstars

Is there any way to filter this to only show positives? It's not really feasible to go through the entire output looking for the green or red changes, the output can be tens of thousands of lines long.

mminklet avatar Aug 22 '16 05:08 mminklet

Sure, you could do it with a grep on the output or you could modify https://github.com/samccone/css-diff/blob/master/index.js#L23

It would be a pretty trivial patch. Any interest?

samccone avatar Aug 22 '16 16:08 samccone