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

Option to only a digest with just the paths to the changes and what changed #55

Open
AdaRoseCannon opened this issue Jul 1, 2022 · 4 comments

Comments

@AdaRoseCannon
Copy link

When diffing huge files with large maps instead of reading through the whole file it would be great to get a list with the path and what changed such as:

web->javascript->api->abortSignal->chrome                false->"100.0"
web->javascript->api->[sreviceWorker->serviceWorker]     no value changes

so at a glace I can see that the right things changed

I don't know of any tool that does it already nor, any other tool that builds up the internal data structures so it could make such a list.

@ESultanik
Copy link
Collaborator

This is a good idea. In the mean time, is Graphtage’s -e option sufficient?

@ESultanik
Copy link
Collaborator

Maybe if we add the full path to the output of -e?

@AdaRoseCannon
Copy link
Author

-e is kind of giving me a wall of information, it seems to be a reduced view of the data which is great but unfortunately doesn't have the information I need.

@ESultanik
Copy link
Collaborator

Version 0.2.7 has a new --edit-digest / -d option that I believe does what you want.

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

No branches or pull requests

2 participants