-
Notifications
You must be signed in to change notification settings - Fork 347
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: provide an output as json #73
Comments
This separates diffing and printing better, and will make it easier to provide a JSON output for #73.
Yeah, I think JSON would be really useful. @dandavison also expressed an interest in potentially consuming JSON from difftastic. |
@Wilfred how to use the alternate output? |
@domiSchenk argh, looks like GitHub has confused a commit in a git submodule with a commit on difftastic itself and closed this. This feature doesn't exist yet, so this issue should still be open. |
Update tree sitter version
bump version to 0.4.0
Hi there, Really enjoying difftastic so far. This issue has been open since 2022 and is a blocker for making code editor extensions for difftastic, so I was wondering if support for JSON output was still planned? |
I'm currently using gitdiff-parser at @Commandos-app/commandos for parsing my git logs. and styling the result with HTML/CSS. this is cumbersome and not really fast.
I stumbled upon this library and it looks very promising.
For using it in my Git Client I need a different output, JSON would make it super flexible or as mentioned in #45 an HTML output.
The text was updated successfully, but these errors were encountered: