I have been using dex in a bunch of projects and got tired of seeing the jsonl in diffs. It is easy enough to ignore, but I decided to build a custom diff driver for dex.
Any interest in a PR to add this to the project?
Installing it would be something like:
dex git install-diff and then git calls something like dex git textconv <path-to-tasks.json1> when you run a git diff.
No worries either way, I can always package it up on its own.
Thanks,
Scott
I have been using dex in a bunch of projects and got tired of seeing the jsonl in diffs. It is easy enough to ignore, but I decided to build a custom diff driver for dex.
Any interest in a PR to add this to the project?
Installing it would be something like:
dex git install-diffand then git calls something likedex git textconv <path-to-tasks.json1>when you run a git diff.No worries either way, I can always package it up on its own.
Thanks,
Scott