Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Omit unchanged lines over threshold in console formatter #347

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mike-vermillio
Copy link

Adding a feature to omit repeated unchanged lines for console formatter.

I'm wanted a way to omit large groups of unchanged lines to help keep the output concise when working with large json objects.

Also as a side effect the colors are customizable with this PR (so I could sort of reasonably verify the formatting in a test).

See test for an example, but a json object with 1000+ fields largely unchanged would look something like:

    {
      bar: "bar"
      baz: "baz" => "foo"
      baz000: "baz000"
      baz001: "baz001"
      baz002: "baz002"
      baz003: "baz003"
      ... omitted 996 unchanged fields
      foo: "foo" => "baz"
    }

where the ... omitted 996 unchanged fields is formatted with the unchanged color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant